[Mono-bugs] [Bug 592981] UnixSignal.WaitAny not interrupted when exiting

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 1 16:26:06 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=592981

http://bugzilla.novell.com/show_bug.cgi?id=592981#c5


--- Comment #5 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-04-01 20:26:06 UTC ---
The mono runtime will signal all the background threads and then join them as
they finish. If an interrupted syscall is restarted after being interrupted
without checking for the runtime shutting down flag, the background thread will
never be joined and the runtime will wait forever.

-- 
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