From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8388 invoked by alias); 14 Oct 2006 21:05:32 -0000 Received: (qmail 8380 invoked by uid 22791); 14 Oct 2006 21:05:32 -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; Sat, 14 Oct 2006 21:05:30 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GYqh9-00066k-9d; Sat, 14 Oct 2006 17:05:23 -0400 Date: Sat, 14 Oct 2006 21:05:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Vladimir Prus , gdb@sources.redhat.com Subject: Re: Reporting of "program no longer exists" Message-ID: <20061014210523.GA23445@nevyn.them.org> Mail-Followup-To: Nick Roberts , Vladimir Prus , gdb@sources.redhat.com References: <200610142033.16596.ghost@cs.msu.su> <20061014163911.GA16728@nevyn.them.org> <17713.20182.174863.175193@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17713.20182.174863.175193@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00100.txt.bz2 On Sun, Oct 15, 2006 at 09:55:50AM +1300, Nick Roberts wrote: > > > (gdb) -exec-next > > > ^running > > > *stopped,reason="signal-received",signal-name="SIGSEGV"..... > > > (gdb) -exec-next > > > ^running > > > Couldn't get registers: No such process. > > > ^error,msg="Couldn't get registers: No such process." > > > > This is simply a bug. Try it from the CLI: > > ... > > I frequently encounter this bug from the CLI when debugging Emacs, so I don't > think its an MI problem. That's definitely possible, though I've only ever seen it with threads; in any case, wherever it appears, we should fix it. Losing track of the inferior this way is just silly. -- Daniel Jacobowitz CodeSourcery