[Mono-bugs] [Bug 561724] abort in mono_method_to_ir (opcode 0xfe 0x1b not handled) while JITting a verified method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 8 16:07:38 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=561724

http://bugzilla.novell.com/show_bug.cgi?id=561724#c1


--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2009-12-08 21:07:37 UTC ---
Created an attachment (id=331637)
 --> (http://bugzilla.novell.com/attachment.cgi?id=331637)
second test case

same stack trace with a different test case / invalid opcode

MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args mono --security=core-clr
--compile-all System.sigabrt.11632.dll

** ERROR **: opcode 0x78 not handled
aborting...

Program received signal SIGABRT, Aborted.

(gdb) p method->name
$2 = 0x7f15b7a2f579 ".ctor"
(gdb) p method->klass->name
$3 = 0x7f15b7a2f16b "IPAddress"
(gdb) p method->klass->name_space
$4 = 0x7f15b7a2f175 "System.Net"

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list