http://defect.opensolaris.org/bz/show_bug.cgi?id=11770
Renee Danson Sommerfeld <renee.danson at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |FIXINSOURCE
--- Comment #1 from Renee Danson Sommerfeld <renee.danson at sun.com>
2009-10-12 19:40:23 UTC ---
The fix for this involves splitting the signal handling up: we start out by
blocking the set of signals we care about. This happens very early. Shortly
after that, once we have the event queue initialized, and we're ready to start
actually handling event input, we start up the signal handling thread, which
does a sigwait() on the set of blocked signals. This ensures that all of those
signals are received by that thread.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.