From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1B333858416; Mon, 24 Jul 2023 14:21:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1B333858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690208484; bh=Jn70ue+dd25Zxm+jY4xAtNkTZB9cf+TwTQwzD5xEU6k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U5dgN56H/XgIhOYELGrQ/sGr8tgNvWnwGQVztjxcdgYVg+JLU6uSoFvdwscHiDlQ2 snFH/+PCEwYuxRHbh/x5HXv8lNsPSEiINn7FFgN3vBxxvWc9SHnL3TkoveiAnNEPRM 6cG2l8y2OjSlkfmKnd+gvi49G8cBnY0Y9epapwJU= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug ada/30671] [gdb] heap-use-after-free in gdb.ada/uninitialized_vars.exp Date: Mon, 24 Jul 2023 14:21:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot 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: cc 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=3D30671 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- FWIW I couldn't reproduce on Fedora 36, which has GCC 12. However based on the stack trace I suspect it has to do with the precise DWARF being emitted: #5 std::vector >::~vector() /usr/include/c++/13/bits/stl_vector.h:735 (gdb+0x751dfa) #6 dwarf_expr_context::~dwarf_expr_context() /data/vries/gdb/src/gdb/dwarf2/expr.h:124 (gdb+0x751dfa) --=20 You are receiving this mail because: You are on the CC list for the bug.=