From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24338 invoked by alias); 21 Nov 2001 00:00:06 -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 24266 invoked from network); 21 Nov 2001 00:00:02 -0000 Received: from unknown (HELO ocean.lucon.org) (24.176.137.160) by sourceware.cygnus.com with SMTP; 21 Nov 2001 00:00:02 -0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 5D084125C3; Tue, 20 Nov 2001 15:19:11 -0800 (PST) Date: Thu, 08 Nov 2001 10:25:00 -0000 From: "H . J . Lu" To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA] lin-lwp.c: Block SIGCHLD events when attaching Message-ID: <20011120151911.A2283@lucon.org> References: <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> <1011120222044.ZM19499@ocotillo.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1011120222044.ZM19499@ocotillo.lan>; from kevinb@cygnus.com on Tue, Nov 20, 2001 at 03:20:44PM -0700 X-SW-Source: 2001-11/txt/msg00158.txt.bz2 On Tue, Nov 20, 2001 at 03:20:44PM -0700, Kevin Buettner wrote: > 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.) It may be timing related. > > Is there some particular glibc or kernel version that I need to use? I am using kernel 2.4.9-12 and glibc 2.2.4-19 from Red Hat. H.J.