[Mono-bugs] [Bug 560776] [verifier] abort (g_error) in mono_class_init on bad assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 15 12:01:11 EDT 2010


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

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


--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2010-04-15 16:01:10 UTC ---
Created an attachment (id=354723)
 --> (http://bugzilla.novell.com/attachment.cgi?id=354723)
a more recent test case

Another test case occurring on HEAD using Moonligth assemblies

gdb --args pedump --verify all bin/System.Core.sigabrt.45463.dll
..

** ERROR **: pending init System.Linq.IOrderedQueryable`1

aborting...

Program received signal SIGABRT, Aborted.
0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
#1  0x00007ffff6d6e9b0 in abort () from /lib64/libc.so.6
#2  0x00007ffff795a04a in g_logv () from /usr/lib64/libglib-2.0.so.0
#3  0x00007ffff795a0e3 in g_log () from /usr/lib64/libglib-2.0.so.0
#4  0x0000000000420c4e in mono_class_init (class=0x8d7ab8) at class.c:4404
#5  0x000000000041cf90 in setup_interface_offsets (class=0x8d7ab8, cur_slot=0)
at class.c:3003
#6  0x0000000000421707 in mono_class_init (class=0x8d7ab8) at class.c:4633
#7  0x000000000040eb53 in verify_image_file (fname=0x7fffffffe2d9
"bin/System.Core.sigabrt.45463.dll") at pedump.c:465
#8  0x000000000040f449 in main (argc=4, argv=0x7fffffffde98) at pedump.c:685

-- 
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