From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23956 invoked by alias); 8 Jan 2015 20:52:40 -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 Received: (qmail 23930 invoked by uid 48); 8 Jan 2015 20:52:39 -0000 From: "jan.kratochvil at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/17174] infrun.c:4400: internal-error: process_event_stop_test: Assertion `ecs->event_thread->control.exception_resume_breakpoint != NULL' failed. Date: Thu, 08 Jan 2015 20:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat 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-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00037.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17174 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.kratochvil at redhat dot com --- Comment #1 from Jan Kratochvil --- The same internal-error rarely happens also for: - I see it only on Fedora-patched GDB so I cannot confirm now it is not regressed by some Fedora patch. - Currently I no longer have Comment 0 reproducible on FSF GDB. http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-simultaneous-step-resume-breakpoint-test.patch (gdb) PASS: gdb.threads/simultaneous-step-resume-breakpoint.exp: step thread 1 step^M 40 if (errno != 0) /* sleep-after */^M (gdb) FAIL: gdb.threads/simultaneous-step-resume-breakpoint.exp: step thread 2 step^M [New Thread 0x7ffff62d4700 (LWP 10552)]^M ../../gdb/infrun.c:4740: internal-error: process_event_stop_test: Assertion `ecs->event_thread->control.exception_resume_breakpoint != NULL' failed.^M A problem internal to GDB has been detected,^M further debugging may prove unreliable.^M Quit this debugging session? (y or n) FAIL: gdb.threads/simultaneous-step-resume-breakpoint.exp: step thread 3 (GDB internal error) -- You are receiving this mail because: You are on the CC list for the bug.