| Summary: | [tracker] fcatch - print stacktrace from exiting process | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Andrew Cagney <cagney> |
| Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
| Status: | SUSPENDED --- | ||
| Severity: | normal | CC: | mcvet, npremji, qiyaoltc, woodzltc, zhengyo |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | 5623, 5877, 3932, 4092, 4113, 4185, 4300, 4352, 5622, 5676, 5677, 5684 | ||
| Bug Blocks: | 1601 | ||
a.k.a. fedex? Once this is basically working, state should change to suspended, and bugs against this made blockers to it. |
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.