public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3937] New: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342)
@ 2007-01-30 17:57 cagney at redhat dot com
  2007-01-30 17:59 ` [Bug general/3937] " cagney at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2007-01-30 17:57 UTC (permalink / raw)
  To: frysk-bugzilla

On at least x86-64 RHEL.

At a technical level, this makes little sense, frysk should know about all
children suggesting that waitpid event is stray.

3)
testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException:
Unknown waitpid stopped event (process 5342)
   at frysk.sys.Wait.waitAllNoHang(funit)
   at frysk.proc.LinuxPtraceHost$PollWaitOnSigChld.execute(funit)
   at frysk.event.EventLoop.runEventLoop(funit)
   at frysk.event.EventLoop.runPolling(funit)
   at frysk.proc.TestLib.assertRunUntilStop(funit)
   at frysk.proc.TestLib.assertRunUntilStop(funit)
   at frysk.proc.TestTaskObserverBlocked$BlockingFibonacci.<init>(funit)
   at frysk.proc.TestTaskObserverBlocked$5$ForkFibonacci.<init>(funit)
   at frysk.proc.TestTaskObserverBlocked.testBlockingFibonacciFork(funit)
   at frysk.junit.Runner.runCases(funit)
   at frysk.junit.Runner.runArchCases(funit)
   at frysk.junit.Runner.runTestCases(funit)
   at funit.main(funit)

-- 
           Summary: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlo
                    cked)java.lang.RuntimeException: Unknown waitpid stopped
                    event (process 5342)
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com
OtherBugsDependingO 3385
             nThis:


http://sourceware.org/bugzilla/show_bug.cgi?id=3937

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/3937] testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342)
  2007-01-30 17:57 [Bug general/3937] New: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342) cagney at redhat dot com
@ 2007-01-30 17:59 ` cagney at redhat dot com
  2008-03-13 22:43 ` mark at klomp dot org
  2008-03-26 11:11 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2007-01-30 17:59 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-01-30 17:59 -------
RHEL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225449

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3937

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/3937] testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342)
  2007-01-30 17:57 [Bug general/3937] New: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342) cagney at redhat dot com
  2007-01-30 17:59 ` [Bug general/3937] " cagney at redhat dot com
@ 2008-03-13 22:43 ` mark at klomp dot org
  2008-03-26 11:11 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2008-03-13 22:43 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2008-03-13 22:42 -------
This test is currently (x86_64 fedora 8) giving me:

testBlockingFibonacciClone(frysk.proc.live.TestTaskObserverBlocked)java.lang.RuntimeException:
{frysk.proc.live.LinuxPtraceTask@30cddf55,pid=7820,tid=7821,state=detached} in
state "detached" did not handle handleStoppedEvent SIGSTOP(19)


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3937

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug general/3937] testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342)
  2007-01-30 17:57 [Bug general/3937] New: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342) cagney at redhat dot com
  2007-01-30 17:59 ` [Bug general/3937] " cagney at redhat dot com
  2008-03-13 22:43 ` mark at klomp dot org
@ 2008-03-26 11:11 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2008-03-26 11:11 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2008-03-26 11:11 -------
Test passes always (./TestRunner -r 100 frysk.proc.live.TestTaskObserverBlocked)
on both 2.6.23.1-42.fc8 x86 and 2.6.24.3-34.fc8 x86_64.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=3937

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-26 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-30 17:57 [Bug general/3937] New: testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked)java.lang.RuntimeException: Unknown waitpid stopped event (process 5342) cagney at redhat dot com
2007-01-30 17:59 ` [Bug general/3937] " cagney at redhat dot com
2008-03-13 22:43 ` mark at klomp dot org
2008-03-26 11:11 ` mark at klomp dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).