From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25007 invoked by alias); 3 Feb 2003 16:15:34 -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 24968 invoked from network); 3 Feb 2003 16:15:33 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 3 Feb 2003 16:15:33 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h13GFVP26477; Mon, 3 Feb 2003 10:15:31 -0600 Date: Mon, 03 Feb 2003 16:15:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302031615.h13GFVP26477@duracef.shout.net> To: ac131313@redhat.com, mludvig@suse.cz Subject: Re: GDB respin Cc: gdb@sources.redhat.com X-SW-Source: 2003-02/txt/msg00051.txt.bz2 Michal Ludvig mailed me some gdb.log files for x86_64 and I had a superficial look. This is for gdb: GNU gdb 2003-02-01-cvs Copyright 2003 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-unknown-linux-gnu". This gdb has some new internal errors. All of these are new, compared to gdb 5.3. 49 gdb.log:../../gdb-head/gdb/sentinel-frame.c:102: internal-error: Function sentinal_frame_pop called 3 gdb.log:../../gdb-head/gdb/regcache.c:713: internal-error: regcache_raw_read: Assertion `regcache != NULL && buf != NULL' failed. 5 gdb.log:../../gdb-head/gdb/gdbarch.c:4271: internal-error: gdbarch: gdbarch_store_return_value invalid 2 gdb.log:&"../../gdb-head/gdb/gdbarch.c:4252: internal-error: gdbarch: gdbarch_extract_return_value invalid\n" 6 gdb.log:../../gdb-head/gdb/gdbarch.c:4252: internal-error: gdbarch: gdbarch_extract_return_value invalid The first number is a count. So there were 49 instances of 'internal-error: Function sentinal_frame_pop' called. Can anyone speak to these internal-errors? Do some of them have obvious easy fixes? Michael C