https://bugzilla.novell.com/show_bug.cgi?id=318894
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=318894#c1 Jim Purbrick <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Jim Purbrick <[EMAIL PROTECTED]> 2008-10-09 04:23:54 MDT --- The attached patch implements the first half of the proposed signal handling mechanism: existing signal handlers are saved when mono is initialised and are chained when a signal is raised outside of managed code. The current implementation is sufficient for our use cases in Second Life where this patch is being used in production where we embed mono 1.2.6 on debian. Further work is required to support win32 and further testing is required on other unixes. In order to implement the full Java signal chaining a new API for replacing the saved signal handlers would need to be added. Cheers, Jim -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
