Thanks!
Rosegarden with gdb dont start:
"[mario@mario-pcbuild]$gdb ./rosegarden
GNU gdb (GDB) 12.1
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-pc-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 ./rosegarden...
(gdb) word
Undefined command: "word". Try "help".
(gdb) start
Temporary breakpoint 1 at 0x221e24: file
/home/mario/Documenti/rosegarden-git/src/gui/application/main.cpp, line
377.
Starting program: /home/mario/Documenti/rosegarden-git/build/rosegarden
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Temporary breakpoint 1, main(argc=1, argv=0x7fffffffda18) at
/home/mario/Documenti/rosegarden-git/src/gui/application/main.cpp:377
377 {
(gdb) bt
#0 main(argc=1, argv=0x7fffffffda18) at
/home/mario/Documenti/rosegarden-git/src/gui/application/main.cpp:377
(gdb)
"
Il 27/06/22 06:03, Ted Felix ha scritto:
First, I usually remove the build directory to be safe. So from the
main directory:
rm -rf build
Then go through the usual process, but specify a debug build when
you run cmake:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
Now you've got a debug build. It has the info we need for a useful
backtrace.
Next run rosegarden with gdb:
gdb ./rosegarden
And when it crashes, do a "bt" to get a backtrace. Post the results
here and we'll see if it tells us anything useful.
Ted.
_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user