Bug#1011146: passwdqc is marked for autoremoval from testing

2022-05-26 Thread Dmitry V. Levin
On Thu, May 26, 2022 at 05:34:02AM +, Debian testing autoremoval watch wrote: > passwdqc 2.0.2-1 is marked for autoremoval from testing on 2022-06-30 > > It (build-)depends on packages with these RC bugs: > 1011146: nvidia-graphics-drivers-tesla-470: CVE-2022-28181, CVE-2022-28183, >

Bug#976685: dash -x output seems broken

2020-12-06 Thread Dmitry V. Levin
More examples: $ dash -c 'echo ///' /// $ dash -c 'echo "///"' // $ dash -c "echo '///'" // $ dash -c 'echo ' $ dash -c 'echo ""' // $ dash -c "echo ''" // $ dash -c 'echo ' $ dash -c 'echo

Bug#976685: dash -x output seems broken

2020-12-06 Thread Dmitry V. Levin
retitle 976685 dash regression in handling of /// thanks

Bug#976685: dash -x output seems broken

2020-12-06 Thread Dmitry V. Levin
Hi, The bug is not specific to -x option, it's just a handy method to see what's going on. The same happens without -x, e.g. bash$ dash -c 'echo /// "///"' /// // The bug was discovered by strace test suite.

Bug#869617: Acknowledgement (libutempter0: Helper executable multiply broken: can't add, can't del)

2020-02-19 Thread Dmitry V. Levin
Hi, On Mon, Jul 24, 2017 at 10:26:40PM +0100, Conrad Hughes wrote: [...] > Origin: , > Bug: > Bug-Debian: https://bugs.debian.org/ > Bug-Ubuntu: https://launchpad.net/bugs/ > Forwarded: > Reviewed-By: > Last-Update: 2017-07-24 > > --- libutempter-1.1.6.orig/utempter.c > +++

Bug#531855: strace -f mishandling of raise(SIGSTOP) in child

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +fixed-upstream A ptrace API extension called PTRACE_SEIZE has been implemented to fix this issue. It's available in strace since version 4.8.

Bug#459820: strace: Shows wrong system call

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +upstream A ptrace API extension called PTRACE_GET_SYSCALL_INFO has been implemented to fix this longstanding issue. Both strace >= 4.26 and linux kernel >= 5.3 are required to make the fix available. -- ldv

Bug#692915: strace: Add an option to prevent constant interpretation

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +upstream Starting with version 4.23, strace implements -X option that specifies format for printing named constants and flags.

Bug#153679: strace: Should support backgrounding

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +upstream strace implements -D option (run tracer process as a detached grandchild), it's documented since strace 4.6.

Bug#176376: strace: -z option doesn't work properly

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +upstream The -z option is properly implemented since strace 5.2.

Bug#929715: strace: FTBFS: failure in lstat tests

2019-10-02 Thread Dmitry V. Levin
Control: tags -1 +upstream Fixed upstream by commit v5.3-13-gf51a9396b.

Bug#864858: strace: Please don't do unaligned access in the testsuite on ARM

2017-07-13 Thread Dmitry V. Levin
Hi Steve, On Thu, Jun 15, 2017 at 10:01:55PM -0700, Steve Langasek wrote: > Package: strace > Version: 4.15-2 > Severity: normal > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu artful ubuntu-patch > > Hi Steve, > > As you're probably aware, unaligned access on ARM

Bug#864940: strace: Testsuite needs to skip kexec_file_load on powerpc << 4.11

2017-07-13 Thread Dmitry V. Levin
Hi Adam, On Sat, Jun 17, 2017 at 11:31:12AM -0600, Adam Conrad wrote: > Package: strace > Version: 4.15-2 > Severity: important > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu artful ubuntu-patch > > In Ubuntu, the attached patch was applied to achieve the

Bug#727018: NMU of strace into DELAYED/2

2014-07-10 Thread Dmitry V. Levin
Hi, On Thu, Jul 10, 2014 at 03:02:40PM +0100, Steve McIntyre wrote: Hi folks, I've just pushed an NMU of strace into the DELAYED/2 upload queue. I've been waiting on the arm64 support (#749956) to head into unstable for ages (since I added it upstream!), and I don't see a reason to hold up

Bug#624387: [bug #33198] Incorrect bracket expression when parsing in ru_RU.KOI8-R (Russian locale)

2011-05-02 Thread Dmitry V. Levin
On Mon, May 02, 2011 at 07:20:15PM +, Jim Meyering wrote: Update of bug #33198 (project grep): Open/Closed:Open = Closed ___ Follow-up Comment #1: Thanks for the report.

Bug#450953: strace: Lacks support for HDIO_ ioctls

2011-01-14 Thread Dmitry V. Levin
tags 450953 + fixed-upstream thanks Hi, On Mon, Nov 12, 2007 at 04:35:11PM +, Samuel Thibault wrote: Package: strace Version: 4.5.14-2 Severity: normal Hi, strace currently lacks support for the HDIO_* ioctls, as listed in /usr/include/linux/hdreg.h. These are for instance used by

Bug#589323: strace.1: misleading italics describing '-e trace=' argument

2011-01-14 Thread Dmitry V. Levin
Hi, On Fri, Jul 16, 2010 at 07:12:03PM +0200, Piotr Lewandowski wrote: Package: strace Version: 4.5.20-2 Severity: minor Tags: patch Please consider applying attached patch. Currently manpage can mislead readers that 'file', 'process', 'network', 'signal', 'ipc', 'desc' are some kind of

Bug#443895: strace: -T has no effect with -c

2011-01-13 Thread Dmitry V. Levin
On Tue, Nov 06, 2007 at 04:45:57PM +0100, Johan Walles wrote: 2007/11/1, Roland McGrath rol...@redhat.com: -T requests timing information in the line printed for each call made. -c requests that those lines never be printed, so -T does not mean anything with -c. The times printed by -T are

Bug#551381: strace: -v doesn't turn off argv abbreviation.

2011-01-13 Thread Dmitry V. Levin
On Sun, Oct 18, 2009 at 01:05:18AM +0400, Samium Gromoff wrote: Providing a -v option to strace doesn't affect argument string abbreviation. The -s option, though, behaves correctly in this respect. This behavior is intended, -s and -v are orthogonal options. If you think that the manual

Bug#554946: strace: sockaddr structure displays are inconsistent

2011-01-13 Thread Dmitry V. Levin
On Sat, Nov 07, 2009 at 06:19:04AM -0600, Drake Wilson wrote: When displaying a sockaddr_in6 structure passed to a system call, all the components of the structure have field labels except sin6_addr. This is inconsistent with the rest of the structure displays, and particularly is

Bug#556199: strace causes lockup in X

2011-01-13 Thread Dmitry V. Levin
On Mon, May 03, 2010 at 02:38:49PM +0200, Michal Suchanek hramr...@centrum.cz wrote: Package: strace Version: 4.5.20-1 Followup-For: Bug #556199 Actually killing strace suffices for me to restore X to working condition. It looks like the Iceweasel, strace, strace's Xterm and the X

Bug#546301: heap corruption bug

2010-02-05 Thread Dmitry V. Levin
Hi, I believe the bug reported here is the strings decoder heap corruption bug that was introduced in strace-4.5.17 and have been fixed in strace-4.5.19. -- ldv -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#369651: strace: show poll() parameters before blocking

2007-09-22 Thread Dmitry V. Levin
Hi, Sorry for the long delay, On Thu, Aug 30, 2007 at 07:42:51PM -0400, Alan Curry wrote: [...] 2007-08-30 Alan Curry [EMAIL PROTECTED] * stream.c (sprintflags): New function. (decode_poll): Rearrange so that arguments are decoded and printed on syscall entry,

Bug#369651: [PATCH 1/3] strace: Export sprintflags function

2007-09-22 Thread Dmitry V. Levin
2007-09-22 Dmitry V. Levin [EMAIL PROTECTED] * defs.h (sprintflags): New function. * desc.c (sprintflags): Remove static qualifier, add prefix argument, move function to ... * util.c (sprintflags): ... here. --- a/strace/defs.h +++ b/strace/defs.h @@ -444,6

Bug#369651: [PATCH 3/3] Rework struct timespec decoders

2007-09-22 Thread Dmitry V. Levin
2007-09-22 Dmitry V. Levin [EMAIL PROTECTED] * defs.h (print_timespec, sprint_timespec): New functions. * desc.c (sys_io_getevents): Use print_timespec. * stream.c (decode_poll): Use sprint_timespec. (sys_ppoll): Use print_timespec. * time.c

Bug#369651: [PATCH 2/3] strace: Rearrange decode_poll

2007-09-22 Thread Dmitry V. Levin
2007-09-22 Alan Curry [EMAIL PROTECTED] Dmitry V. Levin [EMAIL PROTECTED] * stream.c (decode_poll): Rearrange so that arguments are decoded and printed on syscall entry, except for revents and the output timespec which are now printed in the auxstr