Bug 2357 - strace shows something in the GUI meddling with SIGCHLD
Summary: strace shows something in the GUI meddling with SIGCHLD
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 2354
Blocks: 1580
  Show dependency treegraph
 
Reported: 2006-02-19 17:33 UTC by Andrew Cagney
Modified: 2006-11-28 16:50 UTC (History)
1 user (show)

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:33:07 UTC
For instance:

25301 rt_sigaction(SIGCHLD, {0x4db772, [], SA_RESTORER, 0x94b7c8}, {SIG_DFL}, 8) = 0
25301 rt_sigaction(SIGCHLD, {0x80f7f1c, ~[RTMIN RT_1], SA_RESTORER, 0x94b7c8},
NULL, 8) = 0

(the event-loop thread is was thread 25301)
Comment 1 Andrew Cagney 2006-05-12 18:42:35 UTC
Sonce we've got system-call tracing and back-trace, we can use frysk to find out
what is up.