From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A4F4B385558F; Wed, 22 Mar 2023 12:21:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4F4B385558F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679487675; bh=uPQGDxj5Lr1tFYDUgW/IOre2WUXhZYh7ReeGDnQnq+M=; h=From:To:Subject:Date:From; b=RazcHnK0uJsf1ATbRN9DzkwgNqRhLsGkuLHPu742lCC/BNfm3KXABeM8GfGpXJnNS kLPp2M1WZbBPFHGnViqVEoFa/5leqdVSDsmapZPKg68/iZ0CnHNW+4abq5ZuU9XuTU L91ZYcSuGIc+PXZgRd02Ks3rGv/5eaImDrWAUEQI= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30261] New: [gdb] segfaults in gdb.base/index-cache.exp Date: Wed, 22 Mar 2023 12:21:15 +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=3D30261 Bug ID: 30261 Summary: [gdb] segfaults in gdb.base/index-cache.exp 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: --- With test-case gdb.base/index-cache.exp and target board native-extended-gdbserver I run into: ... Reading symbols from /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.base/index-cache/= index-cache...^M ^M ^M Fatal signal: Segmentation fault^M ... 0x479798 _ZN4type10set_fieldsEP5field^M /data/vries/gdb/src/gdb/gdbtypes.h:975^M ... Not 100% reproducible, also can happen at a different location. --=20 You are receiving this mail because: You are on the CC list for the bug.=