[Mono-bugs] [Bug 81673][Nor] Changed - Runtime crash when the implementation of an interface method can't be found
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 11 03:16:35 EDT 2007
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=81673
--- shadow/81673 2007-07-11 02:32:29.000000000 -0400
+++ shadow/81673.tmp.3117 2007-07-11 03:16:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81673
Product: Mono: Runtime
Version: 1.2
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mark.probst at gmail.com
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
@@ -52,6 +52,19 @@
There's also a memory leak if the exception is triggered more than
once for the same method.
------- Additional Comments From mark.probst at gmail.com 2007-07-09 12:33 -------
Fixed in SVN now. However, see bugs 82049 and 82050.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-07-11 03:16 -------
+Right now, the TypeLoadException does not contain any information as
+to the cause of the load failure. Instead we print it to stdout
+(including the names of all methods that are implemented, which does
+not make much sense).
+
+Would it be possible to add this information to the TypeLoadException
+(like MS does) and no longer print it to stdout:
+
+System.TypeLoadException: Method 'Stop' in type 'Application.MyClass'
+from assembly 'test, Version=0.0.0.0, Culture=neutral,
+PublicKeyToken=null' does not have an implementation.
More information about the mono-bugs
mailing list