Bug 6587 - Child process does not deliver signal if stopped
Summary: Child process does not deliver signal if stopped
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2229
  Show dependency treegraph
 
Reported: 2008-06-03 20:41 UTC by Sami Wagiaalla
Modified: 2008-06-03 20:41 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 Sami Wagiaalla 2008-06-03 20:41:46 UTC
It looks like if the process was stopped to extract a back trace the ack signal
is never delivered to frysk

There was 1 failure:
1)
testFerrorTracesPID_MissingSignal(frysk.bindir.TestFerror)junit.framework.AssertionFailedError:
run until signal: assertSendAddCloneWaitForAcks(signals
{SIGUSR1(10),SIGUSR2(12)}); outstanding: {SIGUSR2(12)}
   at frysk.testbed.SignalWaiter.assertRunUntilSignaled(TestRunner)
   at frysk.testbed.SlaveOffspring.spawn(TestRunner)
   at frysk.testbed.SlaveOffspring.assertSendAddCloneWaitForAcks(TestRunner)
   at frysk.bindir.TestFerror.testFerrorTracesPID_MissingSignal(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

FAILURES!!!
Tests run: 5,  Failures: 1,  Errors: 0