[Mono-bugs] [Bug 593955] ctrl-c makes process go into infinite sleep loop
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 6 18:23:36 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=593955
http://bugzilla.novell.com/show_bug.cgi?id=593955#c4
--- Comment #4 from Rolf Bjarne Kvinge <rkvinge at novell.com> 2010-04-07 00:23:36 CEST ---
Not sure if this is expected or not, but the main thread enters this logic in
thread.c:3928:
if (shutting_down) {
/* After we left the lock, the runtime might shut down so everything becomes
invalid */
for (;;)
Sleep (1000);
}
and I don't understand how it should end up exiting that loop.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list