From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20591 invoked by alias); 4 Aug 2011 05:30:28 -0000 Received: (qmail 20561 invoked by uid 22791); 4 Aug 2011 05:30:26 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Aug 2011 05:30:13 +0000 From: "richaw at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/13054] New: internal-error: handle_inferior_event: Assertion `inf' failed X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: richaw at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 04 Aug 2011 05:30:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00117.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13054 Summary: internal-error: handle_inferior_event: Assertion `inf' failed Product: gdb Version: archer Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: richaw@gmail.com This is GNU gdb (GDB) 7.3, which I assume might be "archer". I just downloaded it. The same problem occurs with GNU gdb (GDB) SUSE (7.2-3.3) When running my buggy program, which has a Segmentation fault, I get ../../gdb/infrun.c:3036: internal-error: handle_inferior_event: Assertion `inf' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) I presume this happens when the segmentation fault occurs. This GDB was configured as "i686-pc-linux-gnu". uname -a Linux linux-99x6 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 athlon i386 GNU/Linux To reproduce: gdb ./myprogram set args -mhw:2,0 sea r (wait) The target program was compiled using g++ (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585] This would be difficult to reproduce elsewhere, so I'm hoping that I can supply enough information to track down the problem. The problem goes away if I remove some code that isn't executed, so I presume there is some address-dependent memory corruption going on. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.