From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12815 invoked by alias); 21 Apr 2005 03:18:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12624 invoked from network); 21 Apr 2005 03:18:40 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 21 Apr 2005 03:18:40 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DOSCx-0002M3-Qi; Wed, 20 Apr 2005 23:18:27 -0400 Date: Thu, 21 Apr 2005 03:18:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: gdb@sources.redhat.com Subject: Re: Value being assigned to is no longer active. Message-ID: <20050421031827.GA9035@nevyn.them.org> Mail-Followup-To: Shaun Jackman , gdb@sources.redhat.com References: <7f45d9390504201658183f0ca0@mail.gmail.com> <20050421004716.GA4971@nevyn.them.org> <7f45d93905042020166d9c5d22@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d93905042020166d9c5d22@mail.gmail.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00139.txt.bz2 On Wed, Apr 20, 2005 at 08:16:37PM -0700, Shaun Jackman wrote: > On 4/20/05, Daniel Jacobowitz wrote: > > On Wed, Apr 20, 2005 at 04:58:24PM -0700, Shaun Jackman wrote: > > > What does this error message mean? > > > > > > (gdb) set $cpsr=0x1f > > > Value being assigned to is no longer active. > > > (gdb) set $pc=0x2000000 > > > Value being assigned to is no longer active. > > > (gdb) show version > > > GNU gdb 6.3.50.20050419 > > > ... > > > This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf". > > > > In this context, I'm not sure. Could you show a whole session? > > In the following snippet, the target hung after the "s", so I pressed Ctrl-c. > > Cheers, > Shaun > > (gdb) s > Program received signal SIGSTOP, Stopped (signal). > 0x0000000c in ?? () > (gdb) bt > #0 0x0000000c in ?? () > (gdb) p/x $cpsr > $1 = 0x40000093 > (gdb) set $cpsr=0x1f > Value being assigned to is no longer active. We'd need to be able to reproduce the problem. I suspect that we've failed to create the first frame, somehow. -- Daniel Jacobowitz CodeSourcery, LLC