https://bugzilla.novell.com/show_bug.cgi?id=433181
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=433181#c5 --- Comment #5 from Paolo Molaro <[EMAIL PROTECTED]> 2008-10-08 07:52:11 MDT --- Ok, the issue is that the runtime sends the signal to the thread to kill it, but something in suse is blocking the signal delivery by default to the processes, so the signal is never delivered. linux:~ # grep SigBlk: /proc/6629/status SigBlk: fffffffe00000000 The signal in question is: SIGRT_3. So whatever in Suse forces all the processes to block the delivery of signals should be fixed, this is not a bug in mono. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
