Bug 1222471

Summary: gdb fails to download debuginfo data with curl 8.7.1
Product: [openSUSE] openSUSE Tumbleweed Reporter: Michael Pujos <pujos.michael>
Component: OtherAssignee: David Anes <david.anes>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michael Pujos 2024-04-08 13:47:39 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
Comment 1 Michael Pujos 2024-04-10 15:10:14 UTC
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.
Comment 2 David Anes 2024-07-01 14:05:38 UTC
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.