FS#75023 - [python] Lacking debuginfod support

Attached to Project: Arch Linux
Opened by Arvid Norlander (VorpalGun) - Friday, 10 June 2022, 20:23 GMT
Last edited by David Runge (dvzrv) - Monday, 28 November 2022, 00:02 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The python package seems to be missing debug symbols for use with debuginfod.

The current build of the package appears to have been done after debuginfod support was introduced, so it should have support by now.

Additional info:
* package version(s): python 3.10.5-1

Steps to reproduce:
* Set up debuginfod (https://wiki.archlinux.org/title/Debuginfod)
* gdb /usr/bin/python
* Notice that gdb is not able to download debug symbols
This task depends upon

Closed by  David Runge (dvzrv)
Monday, 28 November 2022, 00:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with 3.10.5-2
Comment by Arvid Norlander (VorpalGun) - Friday, 10 June 2022, 21:02 GMT
I should add that this is very important when dealing with either embedding libpython or debugging crashing C extensions.
Comment by David Runge (dvzrv) - Monday, 28 November 2022, 00:02 GMT

Loading...