[Mono-bugs] [Bug 592981] UnixSignal.WaitAny not interrupted when exiting
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 1 16:29:39 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=592981
http://bugzilla.novell.com/show_bug.cgi?id=592981#c6
--- Comment #6 from Jonathan Pryor <jpryor at novell.com> 2010-04-01 20:29:38 UTC ---
Ah, so setting Thread.IsBackground=true is NOT equivalent to calling
pthread_detach(). Good to know.
The next question becomes one of checking that flag. At present,
MonoPosixHelper doesn't link against libmono.so, so the function isn't
immediately callable.
I also don't want to add a libmono dependency on the Windows build, but the
signal handling code can't build under Windows so that shouldn't be a
problem...
I'll ponder this. Thanks!
--
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