Bug 16395 - Can't get address、filenameline number on aix 6.1 by addr2line
Summary: Can't get address、filenameline number on aix 6.1 by addr2line
Status: RESOLVED DUPLICATE of bug 16396
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.24
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 16:15 UTC by DongBiao
Modified: 2014-01-05 17:00 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 DongBiao 2014-01-05 16:15:12 UTC
I want to get BACKTRACE (address + filename  + line number) on Aix6.1 by addr2line。

1、cc  -qtbtable=full -qlinedebug -q64 -g -o stack stack.c
2、./stack 
[tpss@/file1/tpss/src]./stack
1000005a4
100000648
100000684
1000006c4
1000002b4

3、
./addr2line -e stack 100000648 -f -p

4、 Result:
Comment 1 Andreas Schwab 2014-01-05 17:00:40 UTC
.
Comment 2 Andreas Schwab 2014-01-05 17:00:56 UTC
.

*** This bug has been marked as a duplicate of bug 16396 ***