[Mono-bugs] [Bug 433181] Mono runtime does not return after ChannelServices. UnregisterChannel()
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 8 09:52:11 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=433181
User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=433181#c5
--- Comment #5 from Paolo Molaro <lupus at novell.com> 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.
More information about the mono-bugs
mailing list