Open GoogleCodeExporter opened 8 years ago
Hi, after using following steps :-
./strace -k -o hello.out ./hello
python scripts/pretty_print_strace_out.py hello.out --trace
I am not getting complete backtrace containing filename and functions called.
output is:-
write(1, "Hello world\n", 12) = 12
> write() [/lib/x86_64-linux-gnu/libc-2.15.so]
write(1, "foo\n", 4) = 4
> write() [/lib/x86_64-linux-gnu/libc-2.15.so]
write(1, "bar\n", 4) = 4
> write() [/lib/x86_64-linux-gnu/libc-2.15.so]
write(1, "bar again\n", 10) = 10
It has no information about filename and functions called.
I am also attaching source file and .py file
Original comment by rahulz2...@gmail.com
on 26 Jul 2014 at 4:15
Attachments:
Original issue reported on code.google.com by
amdragon@gmail.com
on 22 Sep 2013 at 11:25