From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF3903858C1F; Mon, 3 Jul 2023 18:33:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF3903858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688409214; bh=0hvj9P0GAkrPVcipAP1RZo59xU6RSgsRpHCFsi6N1LE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qT18sc1Ny7wH27Y/2ZYYIXuyWIKwjHuzNlHJoJqH4gDvsmUvm7M9s0ExrLJ3kaw/D pGot+gCPZlVpvsKI6LrYS7H0v1a6l2b6PWyLX5GMWBdDud7c12n49e1GvaOKUytBBK wXyHg25eN66OocGQv9dsaxwCAIZbwa/GKOF68Ydk= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/30557] Exception after pressing tab to autocomplete in location_completer gdb/completer.c:766 Date: Mon, 03 Jul 2023 18:33:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED 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=3D30557 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- A docker file is maybe not the best way to get us a reproducer. Do you have a (hopefully small) example program we could try? The other thing to try would be to rebuild gdb without optimization. Maybe that would let us see the data a bit better. Or, stop gdb when the exception is thrown, go up a bit into gdb code, and poke around... --=20 You are receiving this mail because: You are on the CC list for the bug.=