[Mono-bugs] [Bug 74460][Wis] New - hang in GC on exit

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 15:31:59 -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 james@ximian.com.

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

--- shadow/74460	2005-04-06 15:31:59.000000000 -0400
+++ shadow/74460.tmp.31183	2005-04-06 15:31:59.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 74460
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: james@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: hang in GC on exit
+
+I'm seeing a hang sometimes when my app exits.  After attaching with gdb, I
+get the following:
+
+#0  0xffffe410 in ?? ()
+#1  0xbfffeba8 in ?? ()
+#2  0x00001417 in ?? ()
+#3  0x00000000 in ?? ()
+#4  0x400d991c in pthread_cond_timedwait@@GLIBC_2.3.2 () from
+/lib/tls/libpthread.so.0
+#5  0x080ea2ed in _wapi_handle_timedwait_signal_handle (handle=0xd2e,
+timeout=0xbfffec58)
+    at handles-private.h:100
+#6  0x080eee4f in WaitForSingleObjectEx (handle=0xd2e, timeout=2000000,
+alertable=0) at wait.c:111
+#7  0x081334c1 in mono_gc_cleanup () at gc.c:814
+#8  0x080a6804 in mono_runtime_cleanup (domain=0x81f0f00) at appdomain.c:189
+#9  0x08105c1d in mini_cleanup (domain=0x81f0f00) at mini.c:10082
+#10 0x0805c0c0 in mono_main (argc=2, argv=0xbfffef14) at driver.c:898
+#11 0x0805b328 in main (argc=4, argv=0xbfffef14) at main.c:6