Bug 5852 - fstack aborts
: fstack aborts
Status: NEW
Product: frysk
Classification: Unclassified
Component: general
: unspecified
: P2 normal
: ---
Assigned To: Unassigned
:
:
:
: 5846
  Show dependency treegraph
 
Reported: 2008-03-03 21:34 UTC by Andrew Cagney
Modified: 2008-03-03 21:34 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 2008-03-03 21:34:26 UTC
for instance:

cagney@localhost$ ./frysk/bindir/fstack $PWD/core.5459
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-stack-inlined
Task #5459
#0 0x080483cf in main() .../funit-stack-inlined.c#47
#1 0x00808390 in __libc_start_main () from .../libc.so.6
#2 0x080482e1 in _start () from .../funit-stack-inlined

cagney@localhost$ ./frysk/bindir/fstack core.5459
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-stack-inlined
Task #5459
#0 0x080483cf in main() .../funit-stack-inlined.c#47
#1 0x00808390 in __libc_start_main () from .../libc.so.6
#2 0x080482e1 in _start () from .../funit-stack-inlined

cagney@localhost$ ./frysk/bindir/fstack core.5459
./frysk/pkglibdir/funit-stack-inlined
Aborted (core dumped)