Bug 2917 - ftrace prints incorrect string arguments
Summary: ftrace prints incorrect string arguments
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 2245
  Show dependency treegraph
 
Reported: 2006-07-13 12:49 UTC by Sami Wagiaalla
Modified: 2006-10-02 18:10 UTC (History)
3 users (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 Sami Wagiaalla 2006-07-13 12:49:42 UTC
In system calls that have string srguments
ftrace prints somehting like frysk.proc.Syscall@168f60
instead of the actual string
Comment 1 Tom Tromey 2006-09-07 23:33:08 UTC
Does this still happen?  Could you give an example?
When I trace 'ls' I see plenty of strings printed as such:

9346.9346 <SYSCALL> access ("/etc/ld.so.preload",4) = -1 ERRNO=2
Comment 2 Wu Zhou 2006-09-28 15:24:46 UTC
If I recall correctly, ftrace can show the file path correctly on ppc64 too.
Comment 3 Andrew Cagney 2006-10-02 18:10:10 UTC
Someone fixed this.