[Mono-bugs] [Bug 458742] Can't compile mcs/docs on win32
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 12 14:50:19 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=458742
User joncham at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=458742#c2
Jonathan Chambers <joncham at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joncham at gmail.com
--- Comment #2 from Jonathan Chambers <joncham at gmail.com> 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.
More information about the mono-bugs
mailing list