Bug 3361

Summary: [tracker] fcatch - print stacktrace from exiting process
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: SUSPENDED ---    
Severity: normal CC: mcvet, npremji, qiyaoltc, woodzltc, zhengyo
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 5623, 5877, 3932, 4092, 4113, 4185, 4300, 4352, 5622, 5676, 5677, 5684    
Bug Blocks: 1601    

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.