Bugzilla – Bug 1222471
gdb fails to download debuginfo data with curl 8.7.1
Last modified: 2024-07-01 14:05:38 UTC
gdb systematically fails to download all debuginfo packages. Example error for one package: Download failed: Connection reset by peer. Continuing without separate debug info for /lib64/libudev.so.1. This problem happens only with curl 8.7.1, not with 8.6.0. It might be another manifestation of boo#1222338
This is not a curl problem but caused by https://debuginfod.opensuse.org/ being "deprecated" and returning 503 to all http requests. It just happens that libcurl 8.7.1 is more verbose with that "Connection reset by peer" while use of previous libcurl version fail to download silently.
Closing this one as invalid. Thanks for the report Michael, reopen (or create a new one pointing to https://debuginfod.opensuse.org/) if this happens again.