[Mono-bugs] [Bug 318894] Minor: implement signal chaining for embedders.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 9 06:23:55 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=318894

User jimpurbrick at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=318894#c1


Jim Purbrick <jimpurbrick at yahoo.co.uk> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jimpurbrick at yahoo.co.uk




--- Comment #1 from Jim Purbrick <jimpurbrick at yahoo.co.uk>  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.


More information about the mono-bugs mailing list