Bug 1222471 - gdb fails to download debuginfo data with curl 8.7.1
Summary: gdb fails to download debuginfo data with curl 8.7.1
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: David Anes
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 13:47 UTC by Michael Pujos
Modified: 2024-07-01 14:05 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.