Bug 5844 - next when not stopped hangs or gives errors
Summary: next when not stopped hangs or gives errors
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: 5829
  Show dependency treegraph
 
Reported: 2008-03-03 21:21 UTC by Andrew Cagney
Modified: 2008-03-03 21:21 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 Andrew Cagney 2008-03-03 21:21:28 UTC
$ ./frysk/bindir/fhpd ./frysk/pkglibdir/hpd-c
Loaded executable file:
/home/scratch/frysk/git/native/frysk-core/./frysk/pkglibdir/hpd-c
(fhpd) run -loop
Attached to process 9386
starting/running with this command:
/home/scratch/frysk/git/native/frysk-core/./frysk/pkglibdir/hpd-c -loop 
Running process 9386
(fhpd) next
Error: ptrace: No such process (op 0xc (PTRACE_GETREGS), pid 9386, addr 0x0,
data 0xb723d918)
(fhpd) 

the hpd should be tracking it's local process state and only attempting to apply
the next to processes that, at that point, have stopped.