I'm trying to debug a segv in PyQt5 and I hit a problem with gdb
not finding debug info in f32.

I have installed python3.8 debug info.

$ dnf list installed | grep debug | grep python3
python3-debuginfo.x86_64                         3.8.3-1.fc32                   
        
@updates-debuginfo
python3-debugsource.x86_64                       3.8.3-1.fc32                   
        
@updates-debuginfo
python3-qt5-base-debuginfo.x86_64                5.13.2-5.fc32                  
        
@fedora-debuginfo

But still gdb says it cannot find the debuginfos.

$ gdb /usr/bin/python3.8
GNU gdb (GDB) Fedora 9.1-5.fc32
Copyright (C) 2020 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:
<http://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 /usr/bin/python3.8...
Reading symbols from .gnu_debugdata for /usr/bin/python3.8...
(No debugging symbols found in .gnu_debugdata for /usr/bin/python3.8)
Missing separate debuginfos, use: dnf debuginfo-install 
python3-3.8.3-1.fc32.x86_64
(gdb) 

Am I doing something wrong?

Should I raise a BZ?

Barry


_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to