Bug 2358 - sigprocmask doesn't appear to work
Summary: sigprocmask doesn't appear to work
Status: RESOLVED WONTFIX
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on: 2354
Blocks: 1580
  Show dependency treegraph
 
Reported: 2006-02-19 17:43 UTC by Andrew Cagney
Modified: 2006-03-27 03:25 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-02-19 17:43:37 UTC
A non event-loop thread is receiving SIGCHLD events even though a sigprocmask
was ment to have have masked it.  That lead to a panic (code realized this
shouldn't happen).

The code's been changed so that, when a wrong thread gets a signal, it forwards
it to the correct thread.  Need to determine what is going on.
Comment 1 Andrew Cagney 2006-03-27 03:25:21 UTC
sigprocmask isn't defined for multi-threaded systems (which sux!)