Make strace correctly handle SIGTRAP produced by e.g.

2009-09-07 Thread Andreas Schwab
>From 1e3ce32a4fadb58230bca4f16baf8152579dd3d0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Dec 2008 19:14:47 + Subject: [PATCH] Make strace correctly handle SIGTRAP produced by e.g. kill(2) and by trapping instruction. * defs.h: Add sigtrap80 field to struct tcb. * strace.c

Re: Make strace correctly handle SIGTRAP produced by e.g.

2009-09-07 Thread Roland McGrath
I think that has some robustness issues with the variety of kernels out there. Moreover, I think this is sufficiently touchy a change that we should not be doing it before making the 4.5.19 release with existing fixes. It's again been weeks since I said "let's release it now" and nobody has follo

Re: Make strace correctly handle SIGTRAP produced by e.g.

2009-09-07 Thread Dmitry V. Levin
On Mon, Sep 07, 2009 at 11:54:31AM -0700, Roland McGrath wrote: > It's again been weeks since I said "let's release it now" and nobody has > followed up on the release work. Let's do it already! Two months ago I said that I'd like to see reintroduced one change (which was lost with big revert com

Re: Make strace correctly handle SIGTRAP produced by e.g.

2009-09-07 Thread Roland McGrath
> Two months ago I said that I'd like to see reintroduced one change (which > was lost with big revert commit) made by Denys: "Replace many more bare > ptrace calls with calls to wrappers which do proper error-checking and > set tcp->ptrace_errno." Unfortunately, I failed to allocate time required