From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14859 invoked by alias); 31 Jul 2003 22:44:03 -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 14844 invoked from network); 31 Jul 2003 22:44:01 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 31 Jul 2003 22:44:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DB43C2B7F; Thu, 31 Jul 2003 18:43:59 -0400 (EDT) Message-ID: <3F299BAF.1060502@redhat.com> Date: Thu, 31 Jul 2003 22:44: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: Alain Magloire , Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: [Bug#203553: gdb: Assertion fails on -data-list-changed-registers] References: <200307310104.VAA17685@smtp.ott.qnx.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00391.txt.bz2 > Our usual response, in the Eclipse/CDT mailinglist/newsgroup, > was to turn off registers automatic refreshing and fire a PR > to GDB GNATS 8-). Got a PR number? I only found things like this: http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=1223 which I think are fixed. > kim@grov:~$ gdb --interpreter=mi -q > (gdb) > -data-list-changed-registers > ~"/nevyn/local/gdb/gdb-5.3.20030629/gdb/frame.c:601: internal-error: > \301\005\036\b@\t\036\b*: Assertion `(null)' failed.\n" > ~"A problem internal to GDB has been detected,\n" > ~"further debugging may prove unreliable.\n" > ~"Quit this debugging session? (y or n) " Anyway, a quick glance at the code reveals: if (! frame_register_read (DEPRECATED_selected_frame, regnum, raw_buffer)) Andrew