Bug 4063 - StackFrame.getSymbolName() returns incorrect frame names
Summary: StackFrame.getSymbolName() returns incorrect frame names
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: frysk-elfutils 2935
  Show dependency treegraph
 
Reported: 2007-02-16 20:13 UTC by Mike Cvet
Modified: 2007-02-26 21:28 UTC (History)
1 user (show)

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 Mike Cvet 2007-02-16 20:13:53 UTC
I've outlined the strange frame names on funit-child below, versus the return 
from pstack (which matches the results from StackFrame.getMethodName()).


mcvet@warbird:~ >> workspace/build/frysk-core/frysk/bindir/fstack 3257
Task #3257
#0 0x00002aaaaaf106da in __tens ()       <--- what is this?
#1 0x000000000040172d in server () from: ../../frysk/frysk-core/frysk/pkglibdir/
funit-child.c#249
#2 0x00000000004020f4 in main () from: ../../frysk/frysk-core/frysk/pkglibdir/
funit-child.c#505
#3 0x00002aaaaaefda44 in __nscd_gethostbyname2_r ()   <--- what is this?
#4 0x0000000000401139 in _start ()

mcvet@warbird:~ >> pstack 3257
#0  0x00002aaaaaf106da in sigsuspend () from /lib64/libc.so.6
#1  0x000000000040172d in server ()
#2  0x00000000004020f4 in main ()
Comment 1 Nurdin Premji 2007-02-26 18:05:12 UTC
Upstream bug created.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230108
Comment 2 Andrew Cagney 2007-02-26 21:28:07 UTC
Note that there is now getSymbol{} and Symbol.