Bug 4248 - indicate program crash / exit
Summary: indicate program crash / exit
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: 2246
  Show dependency treegraph
 
Reported: 2007-03-21 22:35 UTC by Andrew Cagney
Modified: 2007-03-21 22:35 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 2007-03-21 22:35:36 UTC
The progra funit-stackframe just crashes.  When run from fhpd nothing indicates
that the program has stopped or terminated.

$ ../bindir/fhpd
(fhpd) help go
go
Continue running a process, returning without blocking.  The go command
resumes execution of a collection of processes. The prompt will then be
returned so that the user can issue further commands; execution
continues behind the scene.
(fhpd) run ./funit-stackframe
runState state = 0
Attached to process 0
(fhpd) go
runState state = 1
(fhpd) where
#0 0x00bfb840 in [unknown]
(fhpd) where
#0 0x00bfb840 in [unknown]
(fhpd) go
runState state = 1
(fhpd) where
#0 0x00bfb840 in [unknown]
(fhpd)