[Mono-bugs] [Bug 80258][Nor] Changed - SIGSEGV during class initialization

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 15 04:32:46 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=80258

--- shadow/80258	2006-12-14 12:42:49.000000000 -0500
+++ shadow/80258.tmp.14657	2006-12-15 04:32:46.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80258
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: luke at quinane.id.au               
 QAContact: mono-bugs at ximian.com
@@ -89,6 +89,14 @@
 ------- Additional Comments From lupus at ximian.com  2006-12-14 12:42 -------
 This SEGV was actually caused by the code that detects type load issues:-(
 We have fixed many places to detect loading issues, some need still
 fixing, but this case was handled already, it just happened to let the
 runtime thing the error was also present when loading the exception
 type to throw.
+
+------- Additional Comments From gert.driesen at pandora.be  2006-12-15 04:32 -------
+MS does not even throw a TypeLoadException since that class is never 
+actually used.
+
+If you'd, for example, create an instance of a type for which the 
+assembly cannot be found, then a FileNotFoundException would be 
+thrown at runtime.


More information about the mono-bugs mailing list