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

2010-09-21 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=592981 https://bugzilla.novell.com/show_bug.cgi?id=592981#c14 Paolo Molaro lu...@novell.com changed: What|Removed |Added

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

2010-09-16 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=592981 https://bugzilla.novell.com/show_bug.cgi?id=592981#c13 Miguel de Icaza mig...@novell.com changed: What|Removed |Added

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

2010-09-15 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=592981 https://bugzilla.novell.com/show_bug.cgi?id=592981#c11 --- Comment #11 from Jonathan Pryor jpr...@novell.com 2010-09-15 14:41:01 UTC --- A test case would be nice, but all I can guess is that the shutting_down function pointer is being

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

2010-09-15 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=592981 https://bugzilla.novell.com/show_bug.cgi?id=592981#c12 Jonathan Pryor jpr...@novell.com changed: What|Removed |Added

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

2010-09-03 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=592981 https://bugzilla.novell.com/show_bug.cgi?id=592981#c10 Dick Porter d...@acm.org changed: What|Removed |Added

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

2010-04-15 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c9 Jonathan Pryor jpr...@novell.com changed: What|Removed |Added

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

2010-04-07 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c8 Jonathan Pryor jpr...@novell.com changed: What|Removed |Added

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

2010-04-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c7 Jonathan Pryor jpr...@novell.com changed: What|Removed |Added

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

2010-04-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c1 Jonathan Pryor jpr...@novell.com changed: What|Removed |Added

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

2010-04-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c2 Gonzalo Paniagua Javier gonz...@novell.com changed: What|Removed |Added

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

2010-04-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c3 --- Comment #3 from Jonathan Pryor jpr...@novell.com 2010-04-01 20:02:02 UTC --- Created an attachment (id=352106) -- (http://bugzilla.novell.com/attachment.cgi?id=352106) bnc592981.c

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

2010-04-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c4 --- Comment #4 from Jonathan Pryor jpr...@novell.com 2010-04-01 20:04:56 UTC --- @Gonzalo: I'm not sure the loop while ignoring EINTR is tbnc592981.che problem. As seen in bnc592981.c:39-41,

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

2010-04-01 Thread bugzilla_noreply
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 gonz...@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

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

2010-04-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=592981 http://bugzilla.novell.com/show_bug.cgi?id=592981#c6 --- Comment #6 from Jonathan Pryor jpr...@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