From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 61D50385E827; Tue, 2 Apr 2024 20:35:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61D50385E827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712090111; bh=ZDuuSd5BdCI5dlDecsO09tA5qHNF1Pz8IUcJ/TA+TYI=; h=From:To:Subject:Date:From; b=Ufna7U22AeIEkVZkSZtkDjLyA1taUJO9VtSVBo6PoqcVm/5F1MepXi9FgCIJqEsRx eYDgmY8zMnk0sp6m/Vh0Ya29HEcP5mJAd+e13IrDh5F7Ee2gljo0eoUnY0A2t7U7wf kOt/ej80OA6cI8kO5w8R7TT1NiMwuMEXG0z0/WWA= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31598] New: [gdb] FAIL: gdb.dwarf2/dw2-line-number-zero.exp: bar1, 1st next Date: Tue, 02 Apr 2024 20:35:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31598 Bug ID: 31598 Summary: [gdb] FAIL: gdb.dwarf2/dw2-line-number-zero.exp: bar1, 1st next Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On aarch64-linux (debian 12) I ran into: ... (gdb) PASS: gdb.dwarf2/dw2-line-number-zero.exp: continue to breakpoint: ba= r1 n^M ^M Breakpoint 2, bar1 () at /home/linux/gdb/src/gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.c:27^M 27 foo (1);^M (gdb) FAIL: gdb.dwarf2/dw2-line-number-zero.exp: bar1, 1st next n^M 29 foo (2);^M (gdb) FAIL: gdb.dwarf2/dw2-line-number-zero.exp: bar1, 2nd next ... Not easily reproducible. I did manage to reproduce it once more, but didn't find a way to reliably reproduce it in say 100 or 500 runs. --=20 You are receiving this mail because: You are on the CC list for the bug.=