[Mono-bugs] [Bug 58065][Cri] New - Random Crash or Freeze running gacutil

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 10:23:07 -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 umuff@quark.com.

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

--- shadow/58065	2004-05-05 10:23:07.000000000 -0400
+++ shadow/58065.tmp.20937	2004-05-05 10:23:07.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 58065
+Product: Mono: Runtime
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: umuff@quark.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Random Crash or Freeze running gacutil
+
+Running make install in mono/runtime will result in either a failure with thread_info failed error, 
+or a freeze, here is the info for a freeze:
+
+(gdb) i threads
+  2 process 5184 thread 0x1103  0x010b6900 in _wapi_handle_get_shared_segment 
+(segment=0) at ../../mono/io-layer/handles-private.h:96
+* 1 process 5184 thread 0x613  0x90017048 in semaphore_wait_signal_trap ()
+
+(gdb) thread 2
+[Switching to thread 2 (process 5184 thread 0x1103)]
+#0  0x010b6900 in _wapi_handle_get_shared_segment (segment=0) at ../../mono/io-layer/
+handles-private.h:96
+96              thr_ret = pthread_mutex_lock (&_wapi_shared_mutex);
+
+(gdb) bt
+#0  0x010b6900 in _wapi_handle_get_shared_segment (segment=0) at ../../mono/io-layer/
+handles-private.h:96
+#1  0x010b6264 in WaitForSingleObject (handle=0x3, timeout=258) at ../../mono/io-layer/
+handles-private.h:313
+#2  0x0106d3b4 in finalizer_thread (unused=0x110ef5c) at gc.c:530
+#3  0x01078db8 in start_wrapper (data=0x1815600) at threads.c:239
+#4  0x010b5b0c in timed_thread_start_routine (args=0x430630) at timed-thread.c:129
+#5  0x900247e8 in _pthread_body ()
+
+
+[Switching to thread 1 (process 5184 thread 0x613)]
+#0  0x90017048 in semaphore_wait_signal_trap ()
+(gdb) bt
+#0  0x90017048 in semaphore_wait_signal_trap ()
+#1  0x90002300 in pthread_mutex_lock ()
+#2  0x010a8528 in SetEvent (handle=0x3) at ../../mono/io-layer/handles-private.h:354
+#3  0x0005ac60 in GC_try_to_collect (stop_func=0x1) at alloc.c:776
+#4  0x0005ac9c in GC_gcollect () at alloc.c:783
+#5  0x0106cc88 in mono_domain_finalize (domain=0x28f18, timeout=2000) at gc.c:181
+#6  0x0101f198 in mini_cleanup (domain=0x70548) at mini.c:8513
+#7  0x01039bdc in mono_main (argc=11, argv=0x7d0) at driver.c:799
+#8  0x000018ec in _start (argc=459912, argv=0x70548, envp=0x1) at /SourceCache/Csu/Csu
+-47/crt.c:267
+#9  0x8fe1a58c in __dyld__dyld_start ()