From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20168 invoked by alias); 3 Apr 2007 14:37:47 -0000 Received: (qmail 20151 invoked by uid 22791); 3 Apr 2007 14:37:46 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Apr 2007 15:37:40 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 21D854B26F; Tue, 3 Apr 2007 09:37:39 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 0370E4B26D; Tue, 3 Apr 2007 09:37:38 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HYk8g-0001Kj-He; Tue, 03 Apr 2007 10:37:38 -0400 Date: Tue, 03 Apr 2007 14:37:00 -0000 From: Daniel Jacobowitz To: Vadim Shmelev Cc: 'Michael Snyder' , gdb@sourceware.org Subject: Re: GDB receives SIGKILL Message-ID: <20070403143738.GA4919@caradoc.them.org> Mail-Followup-To: Vadim Shmelev , 'Michael Snyder' , gdb@sourceware.org References: <1175536448.9195.10.camel@svmsnyderlnx.palmsource.com> <200704030712.l337CrhN031558@imap.acronis.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704030712.l337CrhN031558@imap.acronis.ru> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00022.txt.bz2 On Tue, Apr 03, 2007 at 11:15:59AM +0400, Vadim Shmelev wrote: > -COMMENT------------------------------------------------------------- > If I enable SIG32 and SIG33 gdb will be stopped at every thread switch. > -END COMMENT--------------------------------------------------------- Figure out why. If this is happening, GDB thread support is not working, and you can not expect anything to behave properly. > I forget -- do we have linuxthreads debugging working with static link? > [question for the other maintainers] > > -COMMENT--------------------------------------------------------------- > I'm also interested very much in answer. > -END COMMENT----------------------------------------------------------- Sometimes yes, sometimes no. Usually no. There are patches for this problem in the glibc bugzilla that have still not been applied. > > Reading symbols from shared object read from target memory...done. > > Loaded system supplied DSO at 0xffffe000 > > What's this? System supplied DSO? It's the vDSO. -- Daniel Jacobowitz CodeSourcery