[Mono-bugs] [Bug 593955] ctrl-c makes process go into infinite sleep loop
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 7 10:30:17 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=593955
http://bugzilla.novell.com/show_bug.cgi?id=593955#c7
--- Comment #7 from Zoltan Varga <vargaz at gmail.com> 2010-04-07 14:30:16 UTC ---
The threadpool code looks racy, because it checks for interruption, then starts
waiting, so if the interrupt signal arrives at the wrong moment, the thread
might not be interrupted. But it seems strange that the race is hit for 4
threads.
--
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