From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3417 invoked by alias); 26 Jan 2005 21:10:31 -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 3380 invoked from network); 26 Jan 2005 21:10:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 26 Jan 2005 21:10:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0QLAPZM030346 for ; Wed, 26 Jan 2005 16:10:26 -0500 Received: from localhost.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0QLAOO23061; Wed, 26 Jan 2005 16:10:24 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CC0747D79; Wed, 26 Jan 2005 16:09:51 -0500 (EST) Message-ID: <41F8071D.2050802@gnu.org> Date: Wed, 26 Jan 2005 21:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Andreas Schwab Cc: Andrew Cagney , gdb@sources.redhat.com, Nick Roberts Subject: Re: infrun.c:2642: internal-error: insert_step_resume_breakpoint_at_sal: Assertion `step_resume_breakpoint == NULL' failed. References: <418280F3.1090502@redhat.com> <41839D0D.8070700@gnu.org> <4183C57F.2020502@gnu.org> <41867AC4.5080005@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00144.txt.bz2 Andreas Schwab wrote: > Andrew Cagney writes: > > >>>>No, the above does that (but with SIGALRM). Are there multiple signals >>>>pending? >>> >>>Doesn't seem so. >> >>Time to post (gdb) set debug target 1 ; run. > > > It's attached. > > Andreas. Andreas, I've fixed one bug related to back-to-back signals that would cause this internal error (testsuite gdb.base/sigrepeat.exp). Can you re-run your senario? Nick, who encountered similar problems, found his problem moved :-/ Andrew