[Mono-bugs] [Bug 587470] Windows Softdebugger implementation consumes 100% CPU
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 5 16:12:12 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=587470
http://bugzilla.novell.com/show_bug.cgi?id=587470#c15
--- Comment #15 from Zoltan Varga <vargaz at gmail.com> 2010-04-05 20:12:11 UTC ---
It seems to be spinning here:
#ifdef HOST_WIN32
if (WAIT_TIMEOUT == WaitForSingleObject(suspend_cond, 0))
{
mono_mutex_unlock (&suspend_mutex);
Sleep(0);
mono_mutex_lock (&suspend_mutex);
}
else
{
}
--
Configure bugmail: http://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