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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=74921 --- shadow/74921 2005-06-19 17:01:05.000000000 -0400 +++ shadow/74921.tmp.19446 2005-06-20 17:10:13.000000000 -0400 @@ -169,6 +169,11 @@ least one issue; appdomain-unload.exe hangs when compiled with gcc4 and not when compiled with other gccs. ------- Additional Comments From [EMAIL PROTECTED] 2005-06-19 17:01 ------- in appdomain-unload.exe, mono seems to get stuck in sem_wait in pthread_stop_world.c + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-20 17:10 ------- +So, what seems to happen is that the gc sees a thread multiple times +while trying to stop the world. It then waits too many times on the +semaphore. I've yet to figure out who's adding duplicate entries. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
