From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D46C385700F; Thu, 8 Jun 2023 21:13:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D46C385700F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686258822; bh=CYkFMIBggMbPO42yeSB4Y2SBvtqFaj3Q36D2rFQlkk8=; h=From:To:Subject:Date:From; b=Y+t17/lpbrCLZLLXEeQjcfeN4iWS6qOKahHVynGZz2qH0KC2rDOh/avSR9jFHsFTM 8DrFrnlujmoKKuTTEJaCvNy3OnFwhf27rKdqKlIEl/GmqorMwl8v2Ih1bzpF0NOp0F nX+PaZ7IqbSf/xllJ8IHtNyviEpKUNkc/mgl/wGk= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30531] New: [gdb] FAIL: gdb.threads/clone-thread_db.exp: continue to clone_fn (the program exited) Date: Thu, 08 Jun 2023 21:13:41 +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: 13.1 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=3D30531 Bug ID: 30531 Summary: [gdb] FAIL: gdb.threads/clone-thread_db.exp: continue to clone_fn (the program exited) Product: gdb Version: 13.1 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a gdb 13.2 based package, on SLE-12 x86_64 and target board unix/-m32/-fPIE/-pie I ran into: ... (gdb) PASS: gdb.threads/clone-thread_db.exp: break clone_fn continue^M Continuing.^M [New Thread 0xf7e01b40 (LWP 25667)]^M [New Thread 0xf7e01b40 (LWP 25674)]^M [Thread 0xf7e02700 (LWP 25498) exited]^M [Thread 0xf7e01b40 (LWP 25667) exited]^M [New LWP 25498]^M [Inferior 1 (process 25498) exited normally]^M (gdb) FAIL: gdb.threads/clone-thread_db.exp: continue to clone_fn (the prog= ram exited) continue^M The program is not being run.^M (gdb) FAIL: gdb.threads/clone-thread_db.exp: continue to end (the program i= s no longer running) ... In contrast, with say unix/-m32 I have instead: ... (gdb) PASS: gdb.threads/clone-thread_db.exp: break clone_fn continue^M Continuing.^M [New Thread 0xf7e01b40 (LWP 25126)]^M [New Thread 0xf7e01b40 (LWP 25127)]^M [Switching to Thread 0xf7e01b40 (LWP 25127)]^M ^M Thread 3 hit Breakpoint 2, clone_fn (unused=3D0x0) at /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.threads/clone-thread= _db.c:37^M 37 return 0;^M (gdb) PASS: gdb.threads/clone-thread_db.exp: continue to clone_fn continue^M Continuing.^M [Thread 0xf7e01b40 (LWP 25127) exited]^M [Thread 0xf7e01b40 (LWP 25126) exited]^M [Inferior 1 (process 24858) exited normally]^M (gdb) PASS: gdb.threads/clone-thread_db.exp: continue to end ... --=20 You are receiving this mail because: You are on the CC list for the bug.=