From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BD87385415D; Mon, 4 Jul 2022 20:41:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BD87385415D From: "amerey at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29251] gdb stuck asking to enable debuginfod Date: Mon, 04 Jul 2022 20:41:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 11.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amerey at redhat dot com 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 20:41:23 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29251 Aaron Merey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amerey at redhat dot com --- Comment #1 from Aaron Merey --- I was not able to reproduce this using a commit from June 15 (b9b66a3a5740d= f) or the most recent commit (96c33f79ded35) at the time of writing. I was also not able to reproduce this using gdb-12.1-1.fc35.x86_64. I ran 'gdb opt' wi= th '/bin' as the cwd, like your example output suggests. You mentioned that you've seen this issue before and that it comes and goes seemingly at random. I'm not sure what could be causing this. Maybe there is some weird interaction happening with one of the commands in your .gdbinit, would you be willing to provide that file? Do you have issues with any of gdb's other y/n prompts? The debuginfod first-use prompt uses the same function (nquery) used to implement the following prompt: (gdb) br foo Function "foo" not defined. Make breakpoint pending on future shared library load? (y or [n]) --=20 You are receiving this mail because: You are on the CC list for the bug.=