From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B5DA3858CDB; Tue, 20 Dec 2022 08:49:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B5DA3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671526161; bh=SOpmBvq+YQsTH3MBk9fM+90GWPFGy8ZYCuoFBUbrSms=; h=From:To:Subject:Date:From; b=vnT8kXZFyh7fVyqnxpuXLc0h2MUE4u4H+4ec5ujgsM5IH8nYo3bYaMr4y4BqW2SI0 LXkTk1tOkHLF5gdZvlTxlp7sU0Z6Z/gjQiVKFZkQMPviDeF7AUl8Q3S66VFF7wUGoT u3UmLvfG5RATq5cR0EeWjmRQwtg91wphjbqcCwDg= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29919] New: [gdb/testsuite] FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib Date: Tue, 20 Dec 2022 08:49:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite 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=3D29919 Bug ID: 29919 Summary: [gdb/testsuite] FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On ubuntu 22.04.1 x86_64, I run into: ... (gdb) PASS: gdb.base/print-symbol-loading.exp: shlib off: set print symbol-loading off sharedlibrary .*^M Symbols already loaded for /lib/x86_64-linux-gnu/libc.so.6^M Symbols already loaded for /lib/x86_64-linux-gnu/libpthread.so.0^M (gdb) FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib ... The problem is that the libpthread line is not matched. This is with glibc 2.35. --=20 You are receiving this mail because: You are on the CC list for the bug.=