Package: strace
Version: 4.9-2
Severity: normal
According to the manpage:
: Note that filenames are not considered strings and are always printed in full.
However:
# strace umount /some/rather/long/name/abcdefghijklm |& grep long
execve("/bin/umount", ["umount", "/some/rather/long/name/abcdefghi"...], [/* 41
vars */]) = 0
stat("/some/rather/long/name/abcdefghijklm", 0x7ffed5d156d0) = -1 ENOENT (No
such file or directory)
stat("/some/rather/long/name/abcdefghijklm", 0x7ffed5d15540) = -1 ENOENT (No
such file or directory)
stat("/some/rather/long/name/abcdefghijklm", 0x7ffed5d15540) = -1 ENOENT (No
such file or directory)
umount("/some/rather/long/name/abcdefghi"..., 0) = -1 ENOENT (No such file or
directory)
write(2, "/some/rather/long/name/abcdefghi"...,
58/some/rather/long/name/abcdefghijklm: mountpoint not found) = 58
I don't know if only umount was overlooked for having a filename
argument or if the problem is more general ...
-- System Information:
Debian Release: 8.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
Versions of packages strace depends on:
ii libc6 2.19-18
strace recommends no packages.
strace suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]