[Mono-bugs] [Bug 81157][Min] Changed - trying to ldftn a dynamicmethod crashes the runtime
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 17 08:06:37 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81157
--- shadow/81157 2007-03-16 06:23:27.000000000 -0500
+++ shadow/81157.tmp.20546 2007-03-17 07:06:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 81157
Product: Mono: Runtime
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Debian Etch x86
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: tomba at bat.org
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -29,6 +29,11 @@
** ERROR **: file reflection.c: line 9783 (resolve_object): assertion
failed: (method->mhandle)
aborting...
MS CLR refuses to emit that IL code, throwing an exception: Ldtoken, Ldftn
and Ldvirtftn OpCodes cannot target DynamicMethods.
+
+------- Additional Comments From vargaz at gmail.com 2007-03-17 07:06 -------
+I cannot repro that crash using current SVN, but now we throw the same
+exception as MS.
+
More information about the mono-bugs
mailing list