Bug 4063

Summary: StackFrame.getSymbolName() returns incorrect frame names
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal CC: npremji
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2785, 2935    

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.