[Mono-bugs] [Bug 46363][Wis] Changed - mcs gives sigsegv (mini:6676)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 17 Jul 2003 07:32:04 -0400 (EDT)


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 richard.torkar@htu.se.

http://bugzilla.ximian.com/show_bug.cgi?id=46363

--- shadow/46363	Wed Jul 16 15:21:29 2003
+++ shadow/46363.tmp.1981	Thu Jul 17 07:32:04 2003
@@ -131,6 +131,50 @@
 
 gdb mono --debug ../../nunit20/nunit-console/nunit-console.exe /nologo
 corlib_test.dll /fixture:MonoTests.System.Text.StringBuilderTest
 
 
 Paolo?
+
+------- Additional Comments From richard.torkar@htu.se  2003-07-17 07:32 -------
+
+On another computer (Dual Xeon, 4 GB RAM) it does not give a sigsegv
+but instead just hangs... Here is the output from a bt in gdb when I
+attached to the pid.
+
+(gdb) bt
+#0  0x402edc43 in malloc_consolidate () from /lib/libc.so.6
+#1  0x402ed573 in _int_malloc () from /lib/libc.so.6
+#2  0x402ec6f5 in malloc () from /lib/libc.so.6
+#3  0x4019a4d9 in g_malloc () from /usr/lib/libglib-2.0.so.0
+#4  0x400da9f6 in mono_mempool_new () at mempool.c:46
+#5  0x40040902 in mini_method_compile (method=0x833d330, opts=18827,
+domain=0x805ef80, parts=0) at mini.c:6428
+#6  0x400415f1 in mono_jit_compile_method (method=0x833d330) at
+mini.c:6735
+#7  0x4008fb42 in mono_compile_method (method=0x833d330) at object.c:172
+#8  0x400800e1 in x86_magic_trampoline (eax=145979024, ecx=0,
+edx=137614128, esi=137046656, edi=134654352, ebx=145146080,
+code=0x8ad5809 "\203?\020\215e?^[??",
+    m=0x833d330) at tramp-x86.c:88
+#9  0x08091605 in ?? ()
+#10 0x089d2c69 in ?? ()
+#11 0x082c902e in ?? ()
+#12 0x082c8cf2 in ?? ()
+#13 0x40041737 in mono_jit_runtime_invoke (method=0x84a5038, obj=0x0,
+params=0x4108c988, exc=0x0) at mini.c:6776
+#14 0x40090b87 in mono_runtime_invoke (method=0x84a5038, obj=0x0,
+params=0x4108c988, exc=0x0) at object.c:684
+#15 0x40091836 in mono_runtime_exec_main (method=0x84a5038,
+args=0x805b5c0, exc=0x0) at object.c:1034
+#16 0x40091430 in mono_runtime_run_main (method=0x84a5038, argc=2,
+argv=0xbffff790, exc=0x0) at object.c:910
+#17 0x40064826 in mono_jit_exec (domain=0x805ef80, assembly=0x82a6660,
+argc=3, argv=0xbffff78c) at driver.c:432
+#18 0x400648fc in main_thread_handler (user_data=0xbffff6f0) at
+driver.c:459
+#19 0x400ad843 in start_wrapper (data=0x84a9760) at threads.c:198
+#20 0x400e9e34 in timed_thread_start_routine (args=0x84a9778) at
+timed-thread.c:115
+#21 0x40146b6e in GC_start_routine (arg=0x805b620) at linux_threads.c:1663
+#22 0x4021c150 in pthread_start_thread () from /lib/libpthread.so.0
+