public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3936] New: testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent
@ 2007-01-30 17:50 cagney at redhat dot com
  2007-01-30 17:51 ` [Bug general/3936] " 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:50 UTC (permalink / raw)
  To: frysk-bugzilla

On x86-64 machine at least:

1)
testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException:
{frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state
"detaching" did not handle handleDisappearedEvent
   at frysk.proc.State.unhandled(funit)
   at frysk.proc.TaskState.handleDisappearedEvent(funit)
   at frysk.proc.Task.processDisappearedEvent(funit)
   at frysk.proc.LinuxPtraceHost$PollWaitOnSigChld$5.disappeared(funit)
   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.TestTaskObserver.detach(funit)
   at frysk.proc.TestTaskObserver.detachExitingTask(funit)
   at frysk.proc.TestTaskObserver.testDetachExitingMainTask(funit)
   at frysk.junit.Runner.runCases(funit)
   at frysk.junit.Runner.runArchCases(funit)
   at frysk.junit.Runner.runTestCases(funit)
   at funit.main(funit)
2)
testDetachExitingOtherTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException:
{frysk.proc.LinuxPtraceTask@3c795f7d,pid=5096,tid=5096,state=detaching} in state
"detaching" did not handle handleDisappearedEvent
   at frysk.proc.State.unhandled(funit)
   at frysk.proc.TaskState.handleDisappearedEvent(funit)
   at frysk.proc.Task.processDisappearedEvent(funit)
   at frysk.proc.LinuxPtraceHost$PollWaitOnSigChld$5.disappeared(funit)
   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.TestTaskObserver.detach(funit)
   at frysk.proc.TestTaskObserver.detachExitingTask(funit)
   at frysk.proc.TestTaskObserver.testDetachExitingOtherTask(funit)
   at frysk.junit.Runner.runCases(funit)
   at frysk.junit.Runner.runArchCases(funit)
   at frysk.junit.Runner.runTestCases(funit)
   at funit.main(funit)

-- 
           Summary: testDetachExitingMainTask(frysk.proc.TestTaskObserver)ja
                    va.lang.RuntimeException:
                    {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,s
                    tate=detaching} in state "detaching" did not handle
                    handleDisappearedEvent
           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=3936

------- 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/3936] testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent
  2007-01-30 17:50 [Bug general/3936] New: testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent cagney at redhat dot com
@ 2007-01-30 17:51 ` cagney at redhat dot com
  2008-03-13 22:07 ` mark at klomp dot org
  2008-03-13 22:28 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cagney at redhat dot com @ 2007-01-30 17:51 UTC (permalink / raw)
  To: frysk-bugzilla


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


-- 


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

------- 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/3936] testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent
  2007-01-30 17:50 [Bug general/3936] New: testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent cagney at redhat dot com
  2007-01-30 17:51 ` [Bug general/3936] " cagney at redhat dot com
@ 2008-03-13 22:07 ` mark at klomp dot org
  2008-03-13 22:28 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2008-03-13 22:07 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2008-03-13 22:06 -------
*** Bug 3737 has been marked as a duplicate of this bug. ***

-- 


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

------- 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/3936] testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent
  2007-01-30 17:50 [Bug general/3936] New: testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent cagney at redhat dot com
  2007-01-30 17:51 ` [Bug general/3936] " cagney at redhat dot com
  2008-03-13 22:07 ` mark at klomp dot org
@ 2008-03-13 22:28 ` mark at klomp dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2008-03-13 22:28 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2008-03-13 22:27 -------
Fixed some time ago:

2007-04-26  Mark Wielaard  <mark@klomp.org>

        * frysk-core/frysk/proc/LinuxPtraceTaskState.java (detaching):
        Add handleDisappearedEvent.


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


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

------- 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-13 22:28 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:50 [Bug general/3936] New: testDetachExitingMainTask(frysk.proc.TestTaskObserver)java.lang.RuntimeException: {frysk.proc.LinuxPtraceTask@3c796045,pid=5094,tid=5094,state=detaching} in state "detaching" did not handle handleDisappearedEvent cagney at redhat dot com
2007-01-30 17:51 ` [Bug general/3936] " cagney at redhat dot com
2008-03-13 22:07 ` mark at klomp dot org
2008-03-13 22:28 ` 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).