[Mono-bugs] [Bug 21637] New - Crash in GetEvents icall scenario
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Mar 2002 04:27:18 -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 mkestner@speakeasy.net.
http://bugzilla.ximian.com/show_bug.cgi?id=21637
--- shadow/21637 Fri Mar 8 23:27:18 2002
+++ shadow/21637.tmp.29671 Fri Mar 8 23:27:18 2002
@@ -0,0 +1,69 @@
+Bug#: 21637
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mkestner@speakeasy.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Crash in GetEvents icall scenario
+
+mono mcs and gtk-sharp from CVS 22:30 CST 3/8/02
+
+mint and mono crash strangely, mint's exception backtrace starts at #2 of
+mono's backtrace. The win32 compilation with mcs concludes successfully.
+
+mono mcs.exe --unsafe -o codegen.exe -r System.Xml *.cs
+
+in gtk-sharp/generator
+
+
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 1024 (LWP 18944)]
+0x0808eac9 in mono_object_new (domain=0x80ba860, klass=0x0) at object.c:95
+95
+ if (!klass->inited)
+(gdb) where
+#0 0x0808eac9 in mono_object_new (domain=0x80ba860, klass=0x0) at object.c:95
+#1 0x08088b42 in mono_event_get_object (domain=0x80ba860, klass=0x8746eb8,
+event=0x87e4b00)
+ at reflection.c:2010
+#2 0x0809272b in ves_icall_Type_GetEvents (type=0x87e4b98, bflags=22) at
+icall.c:1336
+#3 0x0873c7f4 in ?? () at corlib.il:58241
+#4 0x0884dbbb in ?? () at corlib.il:6201
+#5 0x0885887e in ?? () at corlib.il:64475
+#6 0x0887affd in ?? () at corlib.il:64721
+#7 0x0887aaff in ?? () at corlib.il:64721
+#8 0x0888f64e in ?? () at corlib.il:57660
+#9 0x0885bb49 in ?? () at corlib.il:65098
+#10 0x0888f64e in ?? () at corlib.il:57660
+#11 0x08891e37 in ?? () at corlib.il:57660
+#12 0x0888ee2b in ?? () at corlib.il:7133
+#13 0x094adc4b in ?? () at mcs.il:52983
+#14 0x0888ee2b in ?? () at corlib.il:7133
+#15 0x08889bd7 in ?? () at corlib.il:57494
+#16 0x08848a2d in ?? () at corlib.il:6201
+#17 0x08854528 in ?? () at corlib.il:61639
+#18 0x0884b68a in ?? () at corlib.il:6201
+#19 0x0813b804 in ?? () at corlib.il:64950
+#20 0x080f7dcb in ?? () at corlib.il:16050
+#21 0x0807f4be in jit_exec_main (method=0x80e8370, args=0x80ebcc0) at
+jit.c:3167
+#22 0x0807f5c4 in mono_jit_exec (domain=0x80ba860, assembly=0x80e8490,
+argc=18, argv=0xbffff824)
+ at jit.c:3203
+#23 0x0808023b in main (argc=20, argv=0xbffff81c) at jit.c:3498
+#24 0x4010d306 in __libc_start_main (main=0x807f7fc <main>, argc=20,
+ubp_av=0xbffff81c,
+ init=0x804f860 <_init>, fini=0x80a5030 <_fini>, rtld_fini=0x4000d2dc
+<_dl_fini>, stack_end=0xbffff80c)
+ at ../sysdeps/generic/libc-start.c:129