From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 304 invoked by alias); 21 Nov 2001 00:10:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32731 invoked from network); 21 Nov 2001 00:10:25 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sourceware.cygnus.com with SMTP; 21 Nov 2001 00:10:25 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA23882; Tue, 20 Nov 2001 14:20:58 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id PAA19500; Tue, 20 Nov 2001 15:20:44 -0700 Date: Thu, 08 Nov 2001 10:55:00 -0000 From: Kevin Buettner Message-Id: <1011120222044.ZM19499@ocotillo.lan> In-Reply-To: "H . J . Lu" "Re: [PATCH RFA] lin-lwp.c: Block SIGCHLD events when attaching" (Nov 19, 11:55pm) References: <1011119193045.ZM16376@ocotillo.lan> <20011119113832.A8778@lucon.org> <1011120004229.ZM17105@ocotillo.lan> <1011120022446.ZM17248@ocotillo.lan> <20011119185132.A16148@lucon.org> <1011120065319.ZM17495@ocotillo.lan> <1011120071710.ZM17562@ocotillo.lan> <20011119235529.A20692@lucon.org> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: "H . J . Lu" Subject: Re: [PATCH RFA] lin-lwp.c: Block SIGCHLD events when attaching Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-11/txt/msg00159.txt.bz2 On Nov 19, 11:55pm, H . J . Lu wrote: > Here is a modified ex11.c. It is easier to reproduce the gdb bug. It is easier to attach to - the original finishes too quickly. But, I still haven't been able to reproduce the problem that you're seeing. (I tried both the 5.1 branch and the current development sources on a stock Red Hat 7.2 machine.) Is there some particular glibc or kernel version that I need to use? Kevin