From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2359 invoked by alias); 18 Jan 2006 13:57:38 -0000 Received: (qmail 2351 invoked by uid 22791); 18 Jan 2006 13:57:37 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 18 Jan 2006 13:57:37 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EzDod-0000to-24; Wed, 18 Jan 2006 08:57:35 -0500 Date: Wed, 18 Jan 2006 13:57:00 -0000 From: Daniel Jacobowitz To: Girish Shilamkar Cc: gdb-patches@sources.redhat.com Subject: Re: [Patch] Mark the thread_event breakpoint as "not inserted" before calling thread_mourn_inferior Message-ID: <20060118135735.GA3154@nevyn.them.org> Mail-Followup-To: Girish Shilamkar , gdb-patches@sources.redhat.com References: <1137512294.3217.29.camel@krypton> <20060117154004.GA3672@nevyn.them.org> <1137575670.3221.17.camel@krypton> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1137575670.3221.17.camel@krypton> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00238.txt.bz2 On Wed, Jan 18, 2006 at 02:44:30PM +0530, Girish Shilamkar wrote: > > Definitely not. We need more information about this bug: what do you > > do to reproduce it, since no one else has encountered it? > > > I have attached .c to reproduce this bug. I am using gdb-6.4 checked out > from cvs, on Fedora Core 3, 32 bit Athlon processor. To reproduce the > problem just run the application under gdb. No breakpoints, backtrace > etc required. When the application exits this error can be seen. As I suspected something is wrong with your host system, kernel, environment, or similar. You may want to try a few others. drow@caradoc:~% gdb ./mult GNU gdb 6.4-debian Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) r Starting program: /home/drow/mult [Thread debugging using libthread_db enabled] [New Thread 46912500755888 (LWP 15465)] [New Thread 1082132832 (LWP 15471)] [New Thread 1090525536 (LWP 15472)] [New Thread 1098918240 (LWP 15473)] [New Thread 1107310944 (LWP 15474)] [New Thread 1115703648 (LWP 15475)] [Thread 1082132832 (LWP 15471) exited] [Thread 1090525536 (LWP 15472) exited] [Thread 1098918240 (LWP 15473) exited] [Thread 1107310944 (LWP 15474) exited] [Thread 1115703648 (LWP 15475) exited] Program exited normally. (gdb) Verified on both 32-bit and 64-bit hosts. -- Daniel Jacobowitz CodeSourcery