From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3056 invoked by alias); 6 Oct 2009 19:21:35 -0000 Received: (qmail 3043 invoked by uid 9674); 6 Oct 2009 19:21:35 -0000 Date: Tue, 06 Oct 2009 19:21:00 -0000 Message-ID: <20091006192135.3041.qmail@sourceware.org> From: jkratoch@sourceware.org To: systemtap-cvs@sourceware.org Subject: tests/ptrace-tests/tests attach-into-signal.c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00018.txt.bz2 CVSROOT: /cvs/systemtap Module name: tests Changes by: jkratoch@sourceware.org 2009-10-06 19:21:35 Modified files: ptrace-tests/tests: attach-into-signal.c Log message: Fix the case of: SIGPIPE was still pending and it has not been yet delivered. as discussed on with Oleg Nesterov. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/attach-into-signal.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6