View Issue Details

IDProjectCategoryView StatusLast Update
0007063Rocky-Linux-9python39public2024-06-07 03:19
Reporterlei yin Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0007063: can not find python3.9 debuginfo for gdb use
Description[root@14412 ~]# gdb python
GNU gdb (GDB) Rocky Linux 10.2-13.el9
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python...
Reading symbols from .gnu_debugdata for /usr/bin/python3.9...
(No debugging symbols found in .gnu_debugdata for /usr/bin/python3.9)
Missing separate debuginfos, use: dnf debuginfo-install python-unversioned-command-3.9.18-3.el9.noarch
(gdb) Quit
(gdb) Quit
quit)
[root@14412 ~]#

[root@14412 ~]# dnf debuginfo-install python-unversioned-command-3.9.18-3.el9.noarch
enabling epel-debuginfo repository
enabling epel-cisco-openh264-debuginfo repository
enabling extras-debuginfo repository
Last metadata expiration check: 1:09:06 ago on Fri 07 Jun 2024 10:07:02 AM CST.
Could not find debuginfo package for the following installed packages: python-unversioned-command-3.9.18-3.el9.noarch
Could not find debugsource package for the following installed packages: python-unversioned-command-3.9.18-3.el9.noarch
Dependencies resolved.
Nothing to do.
Complete!
[root@14412 ~]# dnf debuginfo-install python
enabling epel-debuginfo repository
enabling epel-cisco-openh264-debuginfo repository
enabling extras-debuginfo repository
Last metadata expiration check: 1:09:14 ago on Fri 07 Jun 2024 10:07:02 AM CST.
Could not find debuginfo package for the following installed packages: python-unversioned-command-3.9.18-3.el9.noarch
Could not find debugsource package for the following installed packages: python-unversioned-command-3.9.18-3.el9.noarch
Dependencies resolved.
Nothing to do.
Complete!
[root@14412 ~]# dnf debuginfo-install python3
enabling epel-debuginfo repository
enabling epel-cisco-openh264-debuginfo repository
enabling extras-debuginfo repository
Last metadata expiration check: 1:09:19 ago on Fri 07 Jun 2024 10:07:02 AM CST.
Could not find debuginfo package for the following installed packages: python3-3.9.18-3.el9.x86_64
Could not find debugsource package for the following installed packages: python3-3.9.18-3.el9.x86_64
Dependencies resolved.
Nothing to do.
Complete!
[root@14412 ~]#
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-06-07 03:19 lei yin New Issue