[Mono-bugs] [Bug 34048][Maj] Changed - mcs crashing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
15 Nov 2002 01:14:28 -0000
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 fgonthier@hermes.usherb.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=34048
--- shadow/34048 Thu Nov 14 19:50:08 2002
+++ shadow/34048.tmp.13735 Thu Nov 14 20:14:28 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: fgonthier@hermes.usherb.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -76,6 +76,37 @@
cp.Style = (int) (Win32.WS_VSCROLL);
}
}
This thing compiled few days ago. Now it fails every single time.
+
+------- Additional Comments From fgonthier@hermes.usherb.ca 2002-11-14 20:14 -------
+When I run mono under gdb, it stops throwing this error:
+
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 16384 (LWP 9831)]
+0x408b5d9b in _fini () from /usr/lib/libuser32.dll.so
+
+Which doesn't mean much IHMO.
+
+After a short debugging session, I got it crashing at:
+
+Line 1689 in class.c
+
+...
+if (ac->element_class->valuetype)
+...
+
+Additionnal info from gdb:
+
+(gdb) print ac
+$3 = (MonoClass *) 0x81a2304
+(gdb) print ac->element_class
+$4 = (MonoClass *) 0x2aeee808
+(gdb) print ac->element_class->valuetype
+Cannot access memory at address 0x2aeee808
+(gdb)
+
+
+
+