This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window


When calling the "Manager.host.requestCreateAttachedProc(cmd, new
AttachedObserver());" method from the SourceWindowFactory the Linux core
generates an unhandled exception error as follows:

{frysk.proc.LinuxPtraceTask@12f60e0,pid=9905,tid=9905,state=StartMainTask.wantToAttachContinue}
in state "StartMainTask.wantToAttachContinue" did not handle handleTerminatedEvent

java.lang.RuntimeException:
{frysk.proc.LinuxPtraceTask@12f60e0,pid=9905,tid=9905,state=StartMainTask.wantToAttachContinue}
in state "StartMainTask.wantToAttachContinue" did not handle handleTerminatedEvent
   at frysk.proc.State.unhandled(State.java:70)
   at frysk.proc.TaskState.handleTerminatedEvent(TaskState.java:70)
   at frysk.proc.Task.processTerminatedEvent(Task.java:414)
   at frysk.proc.LinuxPtraceWaitBuilder.terminated(LinuxPtraceWaitBuilder.java:217)
   at frysk.sys.Wait.waitAllNoHang(Wait.cxx:276)
   at frysk.event.PollEventLoop$1$PollWaitOnSigChild.execute(PollEventLoop.java:277)
   at frysk.event.PollEventLoop.runEventLoop(PollEventLoop.java:339)
   at frysk.event.EventLoop.run(EventLoop.java:178)
   at frysk.gui.Gui$4.run(Gui.java:367)
   at java.lang.Thread.run(libgcj.so.7)

-- 
           Summary: LinuxPtraceTask aborts when trying to activate a new
                    Proc from Source Window
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: rmoseley at redhat dot com
OtherBugsDependingO 4193
             nThis:


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]