From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31124 invoked by alias); 20 Jan 2005 00:59:16 -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 30826 invoked from network); 20 Jan 2005 00:59:03 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 20 Jan 2005 00:59:03 -0000 Received: from farnswood.snap.net.nz (p59-tnt1.snap.net.nz [202.124.110.59]) by viper.snap.net.nz (Postfix) with ESMTP id 44F0120BAEA; Thu, 20 Jan 2005 13:59:02 +1300 (NZDT) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id BCC86628AD; Thu, 20 Jan 2005 00:52:49 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16879.224.997596.521183@farnswood.snap.net.nz> Date: Thu, 20 Jan 2005 00:59:00 -0000 To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: internal-error: insert_step_resume_breakpoint_at_sal In-Reply-To: <41EE82EA.7010803@gnu.org> References: <16804.1142.136766.593493@farnswood.snap.net.nz> <16874.17961.812024.375273@farnswood.snap.net.nz> <41ED5C15.7070401@gnu.org> <16877.33664.336543.446168@farnswood.snap.net.nz> <41EE82EA.7010803@gnu.org> X-SW-Source: 2005-01/txt/msg00097.txt.bz2 > > Well symtab = 0x0 looks unassigned to me. > > More likely not-found, what's at that address? Whats at 0x0?! Are you winding me up, or is it some kind of offset? > Can you capture the output from "set debug infrun 1"? It should help. See below. I can send the full transcript if necessary. Nick ... infrun: TARGET_WAITKIND_STOPPED infrun: stop_pc = 0x4012e7e9 infrun: random signal 20 infrun: resume (step=0, signal=20) infrun: prepare_to_wait infrun: infwait_normal_state infrun: TARGET_WAITKIND_STOPPED infrun: stop_pc = 0x4012e7e9 infrun: random signal 20 infrun: resume (step=0, signal=20) infrun: prepare_to_wait Breakpoint 3, Fsplit_window (window=137726961, size=137726961, horflag=137726961) at window.c:3688 3688 if (NILP (window)) (gdb) n infrun: infwait_normal_state infrun: TARGET_WAITKIND_STOPPED infrun: stop_pc = 0x4012e7e9 infrun: random signal 20 infrun: resume (step=0, signal=20) infrun: prepare_to_wait infrun: infwait_normal_state infrun: TARGET_WAITKIND_STOPPED infrun: stop_pc = 0x4012e7e9 infrun: random signal 20 infrun: resume (step=0, signal=20) infrun: prepare_to_wait infrun: infwait_normal_state infrun: TARGET_WAITKIND_STOPPED infrun: stop_pc = 0x80850d5 infrun: BPSTATE_WHAT_STOP_NOISY infrun: stop_stepping Breakpoint 1, internal_error (file=0x82214d7 "infrun.c", line=2671, string=0x81ef681 "%s: Assertion `%s' failed.") at utils.c:789 789 va_start (ap, string);