From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6FA7382A2E3; Thu, 27 Oct 2022 07:45:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6FA7382A2E3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666856761; bh=vkXMv8w7BfHjU/Pif6pYCrPRYdqOThAmaLw7PwoENes=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fLXB1AFJhml4eEArtMCfJZ1m/D3rZ8umsKqDW3U4zaQU7iTix+WSKZ51OywDPCxyJ lz3h8chYcQW+H4JowjlZNwE6/INGa0imC6ONfDmv5HPnOmkS0P8qWPAFXEQisrSyEU MXHo2aDH/kyMPhWon38nGnI/UPMhaRq0m1l+s2lg= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29726] [gdb] FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded Date: Thu, 27 Oct 2022 07:45:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: Message-ID: In-Reply-To: References: 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=3D29726 --- Comment #2 from Tom de Vries --- FTR, this also the only test-case in the testsuite that for me triggers the: ... # of unexpected core files 1 ... that is generated from $exec: ... $ file build/gdb/testsuite/corebuild/gdb/testsuite/core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/home/vries/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.server/conn= ect-w', real uid: 1000, effective uid: 1000, real gid: 100, effective gid: 100, exe= cfn: '/home/vries/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.server/conn= ect-with-no-symbol-file/connect-with-no-symbol-file', platform: 'x86_64' ... due to a segfault in the dynamic linker: ... $ gdb ./outputs/gdb.server/connect-with-no-symbol-file/connect-with-no-symbol-file build/gdb/testsuite/core Reading symbols from ./outputs/gdb.server/connect-with-no-symbol-file/connect-with-no-symbol-fil= e... warning: exec file is newer than core file. [New LWP 28741] Core was generated by `/home/vries/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.server/conn= ect-w'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000000f7dd4550 in ?? () (gdb)=20 ... I'm not sure if it's related, but I thought it's worthwhile mentioning. --=20 You are receiving this mail because: You are on the CC list for the bug.=