It segfaults as soon as I click on the play button, any time. Since nobody reported this I assume it's a bug, so I'm trying to submit a proper bug report.
However I don't even know how to debug. I'm trying to follow the directions here (https://wiki.mageia.org/en/How_to_report_a_bug_properly) and here (https://wiki.mageia.org/en/Debugging_software_crashes). I installed kmetronome-debugsource and kmetronome-debuginfo. Then I run "gdb /usr/bin/kmetronome", but I only get this:
- Code: Select all
[ruben@Fractal ACTIU]$ gdb /usr/bin/kmetronome
GNU gdb (GDB) 12.1-7.mga9 (Mageia release 9)
Copyright (C) 2022 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-mageia-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 /usr/bin/kmetronome...
Reading symbols from /usr/lib/debug/usr/bin/kmetronome-1.3.1-1.mga9.x86_64.debug...
And then it stays there, doing nothing. The Kmetronome window doesn't show up at all, so I manually must quit gdb. What am I doing wrong?