https://bugzilla.novell.com/show_bug.cgi?id=458742
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=458742#c2 Jonathan Chambers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jonathan Chambers <[email protected]> 2008-12-12 12:50:18 MST --- This is a hang in the runtime during shutdown. The main thread is stuck on ret=WaitForMultipleObjectsEx(wait->num, wait->handles, TRUE, timeout, FALSE); in the wait_for_tids function. This is hung because the other thread(s) are in blocking waits at data->pipe [0] = accept (srv, (SOCKADDR *) &client, &len); in socket_io_init. We have the same issue in our app on shutdown (and probably other apps do during shutdown on Windows). Bill Holmes is currently looking at this issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
