https://sourceware.org/bugzilla/show_bug.cgi?id=30221
--- Comment #10 from Aaron Merey <amerey at redhat dot com> --- (In reply to Vicki Pfau from comment #7) > The issue appears to be the debuginfod server taking a not-insignificant > amount of time per request (500ms - 2s I'd estimate) to report the absence > of an associated artifact. Long-lived TCP connections to debuginfod servers were added to GDB 11.1. Before that we'd set up and tear down a connection for each query which added unnecessary latency. So if you are using an older version of GDB this could explain some of the delay. -- You are receiving this mail because: You are on the CC list for the bug.