From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B1683857C48; Wed, 9 Nov 2022 20:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B1683857C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668025839; bh=7qtkaRzR9vXg1SBjUBwivhYp6AbC5cg7kcmdlhIzL0c=; h=From:To:Subject:Date:From; b=ve3XfZ0ehxc3X9XAJPhBBBQYiCGXi3JLVUGe5rx34RmpUShmla6HH235You6cQx/W ynwLcoE4OOQKlptuOuRcpb3VYb6uJ4+Nh9neqCiYO8xFXJWEbIBCCbXln92lb1LQ0G 1VE6XEOOnSpC5D8i/2wYHEDoB+3TUkVEI7DCvzDk= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/29768] New: FAIL: gdb.base/rtld-step-nodebugsym.exp: continue until exit (the program is no longer running) Date: Wed, 09 Nov 2022 20:30:38 +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: simark at simark dot ca 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=3D29768 Bug ID: 29768 Summary: FAIL: gdb.base/rtld-step-nodebugsym.exp: continue until exit (the program is no longer running) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simark at simark dot ca Target Milestone: --- On Ubuntu 22.04, I see this new failure: (gdb) step^M Single stepping until exit from function main,^M which has no line number information.^M hello world[Inferior 1 (process 48203) exited normally]^M (gdb) PASS: gdb.base/rtld-step-nodebugsym.exp: step continue^M The program is not being run.^M (gdb) FAIL: gdb.base/rtld-step-nodebugsym.exp: continue until exit (the program is no longer running) --=20 You are receiving this mail because: You are on the CC list for the bug.=