Bug 4581 - feature: fstack to debug core files.
Summary: feature: fstack to debug core files.
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 1595 2244
  Show dependency treegraph
 
Reported: 2007-06-01 14:42 UTC by Nurdin Premji
Modified: 2008-03-17 19:01 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 Nurdin Premji 2007-06-01 14:42:18 UTC
fstack should be able to take a core file and produce a stack trace of it.
Comment 1 Andrew Cagney 2008-03-17 17:36:48 UTC
fixed?  tested?
Comment 2 Teresa Thomas 2008-03-17 19:01:30 UTC
bash-3.2$ ./frysk/bindir/fstack core.$$ /bin/bash
Task #1668
#0 0x00110402 in __kernel_vsyscall () from .../[vdso]
#1 0x0807bfa8 in wait_for () from .../bash
#2 0x0806eedd in execute_command_internal () from .../bash
...
...

(tested in TestFstack)