Bug 3361 - [tracker] fcatch - print stacktrace from exiting process
Summary: [tracker] fcatch - print stacktrace from exiting process
Status: SUSPENDED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 5623 5877 3932 4092 4113 4185 4300 4352 5622 5676 5677 5684
Blocks: 1601
  Show dependency treegraph
 
Reported: 2006-10-12 19:48 UTC by Andrew Cagney
Modified: 2008-01-25 22:49 UTC (History)
5 users (show)

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 2006-10-12 19:48:11 UTC
This one is new.

    $ fexit <program> args

runs the program until exit or termination, and on that event dumps out a stack
backtrace (and perhaps other information).

Useful for stuff like:

   Running testProcMask(frysk.sys.TestSigSet) ...Aborted (core dumped)

where, initially, I'd like to just get a stack-back-trace from that abort() call.
Comment 1 Andrew Cagney 2006-10-12 19:49:58 UTC
a.k.a. fedex?
Comment 2 Andrew Cagney 2006-10-19 17:14:38 UTC
Once this is basically working, state should change to suspended, and bugs
against this made blockers to it.