[Mono-bugs] [Bug 553306] New: [verifier] SIGSEGV in mono_class_init on a bad assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 6 10:23:09 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=553306
Summary: [verifier] SIGSEGV in mono_class_init on a bad
assembly
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: rkumpera at novell.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=326022)
--> (http://bugzilla.novell.com/attachment.cgi?id=326022)
assembly to reproduce crash
pedump --verify all System.2795.dll
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f872007a710 (LWP 2625)]
0x0000000000418569 in mono_class_init (class=0x8e3630) at class.c:3809
3809 const char *name_space = error->klass->name_space ?
error->klass->name_space : NULL;
(gdb) p error
$1 = {<text variable, no debug info>} 0x7f871ec87500 <error>
(gdb) p error->klass
Attempt to extract a component of a value that is not a structure pointer.
(gdb)
--
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