[stsf] [Bug 1670] Lots of calls to sighold() in fsexchange when
using Solaris doors
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 19 07:58:17 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1670
alan.coopersmith at sun.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
------- Additional Comments From alan.coopersmith at sun.com 2004-10-19 07:58 -------
I don't know why fsexchange does this when using doors, but it does:
sighold(SIGINT); sighold(SIGPIPE); sighold(SIGALRM); sighold(SIGPOLL);
ret = door_call(doorfd, &arg);
sigrelse(SIGINT); sigrelse(SIGPIPE); sigrelse(SIGALRM); sigrelse(SIGPOLL);
We'll have to ask Alex why he needed to block signals here, and why a single call
to sigset to hold and release the entire set in one call each was not used.
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the stsf
mailing list