Re: [PATCH v2] Print absolute paths in printpathn when -yy is used

2014-06-12 Thread Dmitry V. Levin
On Thu, Jun 12, 2014 at 03:35:10PM +0530, [email protected] wrote: > From: Zubin Mithra > > * defs.h (show_fd_path): Change type to unsigned int. > * strace.c (show_fd_path): Update usage to count y flag. > * util.c (print_tracee_cwd): New function. > (printpathn): Update to use print_tracee

Re: [PATCH v4 11/37] unwind: report expected backtracing error

2014-06-12 Thread Dmitry V. Levin
On Wed, Apr 16, 2014 at 03:33:09PM +0900, Masatake YAMATO wrote: > When a file mmap'ed to the target process is unlink'ed, backtracing > the stack is failed. Current implementation reports it as > "backtracing_error". To reduce bug reports, this patch > changes the message to "expected_backtracing_

Re: [PATCH 1/2] unwind: accept fake files like [vdso] as map entries

2014-06-12 Thread Dmitry V. Levin
On Thu, Jun 12, 2014 at 03:44:53AM +0900, Masatake YAMATO wrote: > For making caches for process memory mapping, /proc/$pid/maps files > are scanned. When scanning an entry which file name is started from > `[' was ignore as fake files. As the result a system call using > [vdso] causes `unexpected_

[PATCH v2] Print absolute paths in printpathn when -yy is used

2014-06-12 Thread zubin . mithra
From: Zubin Mithra * defs.h (show_fd_path): Change type to unsigned int. * strace.c (show_fd_path): Update usage to count y flag. * util.c (print_tracee_cwd): New function. (printpathn): Update to use print_tracee_cwd and print absolute path. Signed-off-by: Zubin Mithra --- defs.h | 2 +-