From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C41343856DFF; Tue, 5 Jul 2022 18:51:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C41343856DFF From: "amerey at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29251] gdb stuck asking to enable debuginfod Date: Tue, 05 Jul 2022 18:51:55 +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: 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: Tue, 05 Jul 2022 18:51:55 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29251 --- Comment #3 from Aaron Merey --- (In reply to Martin Sebor from comment #2) > I can't reproduce with either of those today either (my output is below).= =20 > Could it be triggered by the site being down or unreachable? If there was a network error you'd see something like: Downloading separate debug info for /lib64/libc.so.6... Download failed: No route to host. Continuing without debug info for /lib64/libc.so.6. The logic for the y/n prompt is self-contained in gdb and does not depend on the network at all so it would be unaffected by these kinds of errors. > A separate question is why it's downloading these files again? I imagine= it > must have downloaded all of them at some point before, and I haven't upda= ted > my machine in months. Debuginfod's cache of downloaded files is periodically cleaned and, by defa= ult, files that have gone unaccessed for at least a week are deleted during a cleaning pass. The cleaning frequency and time limit for unaccessed files c= an be controlled by the cache_clean_interval_s and max_unused_age_s files in t= he cache. See 'man debuginfod' for more info. --=20 You are receiving this mail because: You are on the CC list for the bug.=