Your message dated Sat, 21 Mar 2015 22:33:48 +0000 with message-id <[email protected]> and subject line Bug#734554: fixed in strace 4.10-1 has caused the Debian Bug report #734554, regarding strace: unknown PTRACE_ request values on s390x to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 734554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734554 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: strace Version: 4.5.20-2.3 Severity: normal Dear Maintainer, This strace does not work quite right: ,---- | (sid_s390x-dchroot)sbronson@zelenka:~$ strace -e ptrace gdb -batch -ex run -ex bt --args echo foo | --- SIGCHLD (Child exited) @ 0 (0) --- | --- SIGCHLD (Child exited) @ 0 (0) --- | ptrace(PTRACE_CONT, 20354, 0x1, SIG_0) = 0 | --- SIGCHLD (Child exited) @ 0 (0) --- | ptrace(PTRACE_SETOPTIONS, 20354, 0, PTRACE_O_TRACEFORK) = 0 | ptrace(PTRACE_SETOPTIONS, 20355, 0, PTRACE_O_TRACEFORK) = 0 | ptrace(PTRACE_SETOPTIONS, 20355, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACEVFORKDONE) = 0 | ptrace(PTRACE_CONT, 20355, 0, SIG_0) = 0 | ptrace(PTRACE_GETEVENTMSG, 20355, 0, 0x3ffffc8a998) = 0 | ptrace(PTRACE_KILL, 20356, 0, 0) = 0 | ptrace(PTRACE_KILL, 20355, 0, 0) = 0 | --- SIGCHLD (Child exited) @ 0 (0) --- | ptrace(PTRACE_SETOPTIONS, 20354, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACEVFORK|PTRACE_O_TRACECLONE|PTRACE_O_TRACEEXEC|PTRACE_O_TRACEVFORKDONE) = 0 | ptrace(PTRACE_SETOPTIONS, 20354, 0, PTRACE_O_TRACESYSGOOD) = 0 | ptrace(PTRACE_SETOPTIONS, 20354, 0, PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEFORK|PTRACE_O_TRACEVFORK|PTRACE_O_TRACECLONE|PTRACE_O_TRACEEXEC|PTRACE_O_TRACEVFORKDONE) = 0 | ptrace(0x4204 /* PTRACE_??? */, 20354, 0x306, 0x3ffffc8ab58) = 0 | ptrace(0x4204 /* PTRACE_??? */, 20354, 0x307, 0x3ffffc8ab58) = 0 | ptrace(PTRACE_PEEKUSER, 20354, psw_mask, [0x705c00180000000]) = 0 | ptrace(0x5000 /* PTRACE_??? */, 20354, 0x3ffffc8a990, 0x3fffcec4b28) = 0 | ptrace(PTRACE_PEEKUSER, 20354, psw_mask, [0x705c00180000000]) = 0 [ ... ] | ptrace(PTRACE_PEEKUSER, 20354, psw_mask, [0x705c00180000000]) = 0 | ptrace(PTRACE_PEEKTEXT, 20354, 0x80007ef8, [0]) = 0 | ptrace(PTRACE_PEEKUSER, 20354, psw_mask, [0x705c00180000000]) = 0 [ ... ] | ptrace(PTRACE_PEEKUSER, 20354, psw_mask, [0x705c00180000000]) = 0 | ptrace(PTRACE_PEEKTEXT, 20354, 0x80007ef8, [0]) = 0 | ptrace(0x4204 /* PTRACE_??? */, 20354, 0x307, 0x3ffffc8a888) = 0 | ptrace(0x4205 /* PTRACE_??? */, 20354, 0x307, 0x3ffffc8a888) = 0 | ptrace(PTRACE_PEEKTEXT, 20354, 0x3fffdfeb6d0, [0xfddc070707fe0707]) = 0 | ptrace(PTRACE_PEEKTEXT, 20354, 0x3fffdfeb6d0, [0xfddc070707fe0707]) = 0 | ptrace(PTRACE_POKEDATA, 20354, 0x3fffdfeb6d0, 0xfddc070700010707) = 0 | ptrace(PTRACE_CONT, 20354, 0x1, SIG_0) = 0 | --- SIGCHLD (Child exited) @ 0 (0) --- | ptrace(0x5000 /* PTRACE_??? */, 20354, 0x3ffffc8a3e8, 0) = 0 | ptrace(0x5000 /* PTRACE_??? */, 20354, 0x3ffffc8a360, 0x1) = 0 | ptrace(0x5001 /* PTRACE_??? */, 20354, 0x3ffffc8a360, 0x97552608) = -1 EINVAL (Invalid argument) | Couldn't write registers: Invalid argument. | Target is executing. | --- SIGCHLD (Child exited) @ 0 (0) --- | ptrace(PTRACE_KILL, 20354, 0, 0) = 0 | ptrace(PTRACE_KILL, 20354, 0, 0) = -1 ESRCH (No such process) | (sid_s390x-dchroot)sbronson@zelenka:~$ strace -V | strace -- version 4.5.20 `---- As you can see, it didn't quite know all of the PTRACE_ requests. It looks like you might find these listed at, say: http://lxr.free-electrons.com/source/arch/s390/include/uapi/asm/ptrace.h?v=3.12#L392 http://lxr.free-electrons.com/source/include/uapi/linux/ptrace.h?v=3.12#L49 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: s390x Kernel: Linux 3.2.0-4-s390x (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages strace depends on: ii libc6 2.17-97 strace recommends no packages. strace suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: strace Source-Version: 4.10-1 We believe that the bug you reported is fixed in the latest version of strace, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve McIntyre <[email protected]> (supplier of updated strace package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 21 Mar 2015 22:18:25 +0000 Source: strace Binary: strace strace64 strace-udeb Architecture: source amd64 Version: 4.10-1 Distribution: unstable Urgency: low Maintainer: Steve McIntyre <[email protected]> Changed-By: Steve McIntyre <[email protected]> Description: strace - System call tracer strace-udeb - System call tracer (udeb) strace64 - System call tracer for 64bit binaries Closes: 692913 734554 768642 773375 Changes: strace (4.10-1) unstable; urgency=low . * New upstream version. + enhanced ioctl decoding, closes: #692913 + enabled mips64el build, closes: #773375 + updated signal and errno numbers, closes: #768642 + updated generic and added arch-specific PTRACE_* constants, closes: #734554 Checksums-Sha1: 2cbfb2467ef38cfb7694c13749da57a98f396070 2386 strace_4.10-1.dsc 5c3ec4c5a9eeb440d7ec70514923c2e7e7f9ab6c 601856 strace_4.10.orig.tar.xz 90f3fea23ec5308e4aea20cccd45a12a47561c9d 11216 strace_4.10-1.debian.tar.xz 4ce0ba5e6fd9e27ddeadd7fdae0561d92c4a1f44 334134 strace_4.10-1_amd64.deb c3ef8fb4e826914c06ccffa1c923b9b395107789 151406 strace-udeb_4.10-1_amd64.udeb Checksums-Sha256: bf1335e74936e7295ed6c0785e28acef657f83c01ac91af97fc155f67b542029 2386 strace_4.10-1.dsc e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2 601856 strace_4.10.orig.tar.xz 66bd85a7762e459e2a7ab5f616f34ed13e10a48473103fcdb3ac0cc01db72fbb 11216 strace_4.10-1.debian.tar.xz 5a8700b0794c384ffb6e1b2fa15d17dbeb2720100999de35d7c1bf2b6eaef5d0 334134 strace_4.10-1_amd64.deb 140650328c0998fbfd28c81c3b95546540baef41dc64011c9ed13f88c733f2ab 151406 strace-udeb_4.10-1_amd64.udeb Files: 47a9cc906bd50a188f368416a34a8ca8 2386 utils optional strace_4.10-1.dsc 107a5be455493861189e9b57a3a51912 601856 utils optional strace_4.10.orig.tar.xz e2ecd380772770055ad4239021a3f33b 11216 utils optional strace_4.10-1.debian.tar.xz 7b599b7b06affd7ba7c60a457bc36559 334134 utils optional strace_4.10-1_amd64.deb 9e36f40ba077587187e94507a0f48022 151406 debian-installer extra strace-udeb_4.10-1_amd64.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJVDfANAAoJEFh5eVc0QmhO/JYP/RQqqAm0Rk9iWygrOrnYHC/b zRPkgwKUN6KCXJqfONa8+FLUcDmxwUZoMH/mkBvzrlrtNdVIqXWgFcVI42VVXbeD m/FuoO7SE2cWseY4MXXOvLmq3/UJV+AvVIGrg3J59JlG4CwHTAyEPqXQt25B/uD9 l0K3lKNu6clbPjVRsJlsboQQ+iCM/3uR7lmppB8yhaB7q+sRTrQ5cvYTAbUeomSq W0hPaEMqdwGGLAP799WejPPBYH8dkMSz2s55IgjBwLbPO14n8na2pEIXT9p+juFE QO66T9PgSTGLZe9uspXJG0m5TUpN9ORp75V/M6eglxF3/9wA3uwlBB5DDsopoBHk BtiH5u0oQP1hY5Rgv91Kpk0/Lr4TCFGMxjDgis4j2rYrsvJlUCet2aQvhZM5Yi7g sP9cxgmfqmUF2Hpo4QkZm33D7/xJVBd6P10mZ2F/6ou+MKA127fc5hZS5ps1ewrf qtkPKj0pAz/odEt4G6mLhHykNT5V+gTHD7toP0CgVxd//P6s7JKxC6EwPea+8j2T Y9jg5Mdi1CXRHUI6WsRTlbyYitmTYD9+53nh9HOvnPKP0pEDgRhg+5qvef5sbNg1 U3I+NSYisFQUb5btjnFWjz7v1ECY/RElUfXerL9jvoEfVTvEXSN5KOvLFV2aZFad hZoNozaOqEh7Pbau3pZs =PmmD -----END PGP SIGNATURE-----
--- End Message ---

