From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8780 invoked by alias); 31 Mar 2003 20:22:02 -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 8768 invoked from network); 31 Mar 2003 20:22:01 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 31 Mar 2003 20:22:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 245952B29; Mon, 31 Mar 2003 15:22:01 -0500 (EST) Message-ID: <3E88A369.6090403@redhat.com> Date: Mon, 31 Mar 2003 20:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb Subject: Re: gdb.mi/mi-cli.exp failures References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00420.txt.bz2 > [ I just got back from vacation, so my apologies if I've missed some > discussion relevant to this. ] > > I'm getting a testsuite failure on gdb.mi/mi-cli.exp: the relevant bit > of gdb.log is as follows: > > 888-interpreter-exec console "set $pc=0x0" > &"frame.c:62: internal-error: get_frame_id: Assertion `!legacy_frame_p (current_gdbarch)' failed.\n" > &"A problem internal to GDB has been detected. Further\ndebugging may prove unreliable.\n" > ERROR: Process no longer exists > UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set $pc=0x0" > testcase ./gdb.mi/mi-cli.exp completed in 1 seconds > > This is with GDB updated an hour or so ago, with i686-pc-linux-gnu, > GCC 3.1, DWARF 2. FYI, my test run from my just committed call_dummy_p change had the usual 21 failures. Yet, mysteriously, for my next set of patches, I'm seeing the failures jump to 28. While I'll note that I'm the prime suspect, did anything else get changed? Andrew