public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window
@ 2007-04-11 17:03 rmoseley at redhat dot com
  2007-04-13 16:18 ` [Bug general/4347] " rmoseley at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rmoseley at redhat dot com @ 2007-04-11 17:03 UTC (permalink / raw)
  To: frysk-bugzilla

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.


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

* [Bug general/4347] LinuxPtraceTask aborts when trying to activate a new Proc from Source Window
  2007-04-11 17:03 [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window rmoseley at redhat dot com
@ 2007-04-13 16:18 ` rmoseley at redhat dot com
  2007-04-13 18:58 ` cagney at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rmoseley at redhat dot com @ 2007-04-13 16:18 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2007-04-13 17:17 -------
This was actually a problem with the GUI passing a file path to execvp with a
space on the front of it.

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


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.


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

* [Bug general/4347] LinuxPtraceTask aborts when trying to activate a new Proc from Source Window
  2007-04-11 17:03 [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window rmoseley at redhat dot com
  2007-04-13 16:18 ` [Bug general/4347] " rmoseley at redhat dot com
@ 2007-04-13 18:58 ` cagney at redhat dot com
  2007-05-04 19:20 ` rmoseley at redhat dot com
  2007-08-01 19:33 ` rmoseley at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cagney at redhat dot com @ 2007-04-13 18:58 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-04-13 19:58 -------
The core shouldn't panic when the exec path is invalid though :-)

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


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.


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

* [Bug general/4347] LinuxPtraceTask aborts when trying to activate a new Proc from Source Window
  2007-04-11 17:03 [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window rmoseley at redhat dot com
  2007-04-13 16:18 ` [Bug general/4347] " rmoseley at redhat dot com
  2007-04-13 18:58 ` cagney at redhat dot com
@ 2007-05-04 19:20 ` rmoseley at redhat dot com
  2007-08-01 19:33 ` rmoseley at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rmoseley at redhat dot com @ 2007-05-04 19:20 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2007-05-04 20:19 -------
Still seeing this randomly.  Here is another stacktrace:

{frysk.proc.LinuxPtraceTask@1143e00,pid=32052,tid=32052,state=detached} in state
"detached" did not handle handleTerminatedEvent

java.lang.RuntimeException:
{frysk.proc.LinuxPtraceTask@1143e00,pid=32052,tid=32052,state=detached} in state
"detached" 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:218)
   at frysk.sys.Wait.wait(Wait.cxx:568)
   at frysk.sys.Wait.waitAll(Wait.java:106)
   at frysk.event.WaitEventLoop.block(WaitEventLoop.java:83)
   at frysk.event.EventLoop.runEventLoop(EventLoop.java:380)
   at frysk.event.EventLoop.run(EventLoop.java:485)
   at frysk.gui.Gui$4.run(Gui.java:367)
   at java.lang.Thread.run(libgcj.so.7)

This pops up *sometimes* shorty after a source window has been brought up that
has been attached to a running bash process.

-- 


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.


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

* [Bug general/4347] LinuxPtraceTask aborts when trying to activate a new Proc from Source Window
  2007-04-11 17:03 [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window rmoseley at redhat dot com
                   ` (2 preceding siblings ...)
  2007-05-04 19:20 ` rmoseley at redhat dot com
@ 2007-08-01 19:33 ` rmoseley at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rmoseley at redhat dot com @ 2007-08-01 19:33 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2007-08-01 19:32 -------
I can no longer reproduce this.  It appears to be fixed.

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


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.


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

end of thread, other threads:[~2007-08-01 19:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-11 17:03 [Bug general/4347] New: LinuxPtraceTask aborts when trying to activate a new Proc from Source Window rmoseley at redhat dot com
2007-04-13 16:18 ` [Bug general/4347] " rmoseley at redhat dot com
2007-04-13 18:58 ` cagney at redhat dot com
2007-05-04 19:20 ` rmoseley at redhat dot com
2007-08-01 19:33 ` rmoseley at redhat dot com

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).