[Mono-bugs] [Bug 568025] [verifier] sigsegv/infinite recursion in mono_class_implement_interface_slow
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 16 13:13:13 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=568025
http://bugzilla.novell.com/show_bug.cgi?id=568025#c1
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2010-01-16 18:13:03 UTC ---
Created an attachment (id=336992)
--> (http://bugzilla.novell.com/attachment.cgi?id=336992)
assembly to reproduce crash
more recent test case, same types
MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args pedump --verify all
System.ServiceModel.sigsegv.55217.dll
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f953e30c710 (LWP 13132)]
0x0000000000538f22 in mono_error_init_flags (oerror=Cannot access memory at
address 0x7fff45b2dff0
) at mono-error.c:44
44 {
(gdb) bt
#0 0x0000000000538f22 in mono_error_init_flags (oerror=Cannot access memory at
address 0x7fff45b2dff0
) at mono-error.c:44
#1 0x0000000000538f63 in mono_error_init (error=0x7fff45b2e0a0) at
mono-error.c:55
#2 0x0000000000428fb5 in mono_class_setup_interfaces (klass=0x8bc230,
error=0x7fff45b2e0a0) at class.c:8716
#3 0x0000000000425eb0 in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8bc230) at class.c:6763
#4 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8b5d80) at class.c:6770
#5 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8bc230) at class.c:6770
#6 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8b5d80) at class.c:6770
#7 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8bc230) at class.c:6770
#8 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8b5d80) at class.c:6770
#9 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8bc230) at class.c:6770
#10 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8b5d80) at class.c:6770
#11 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8bc230) at class.c:6770
#12 0x0000000000425f2f in mono_class_implement_interface_slow (target=0x899708,
candidate=0x8b5d80) at class.c:6770
--
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