Segmentation fault (core dumped) -- how to collect more info?
Hello!
I'm using latest Shotcut (23.07.29), and both from the AppImage or the Snap installation I get a lot of segfaults. It's not in a predictable moment, but while editing or even opening the .mlt file. Desktop is KDE on Ubuntu 22.04.3.
How can I collect more information so I can open a proper bug report and actually help you?
Thanks!
Using the snap
cd /snap/shotcut/current/Shotcut.appsource source-megdb bin/shotcut- at "(gdb)" enter "run" and press enter
- wait for crash
- at "(gdb)" enter "bt" and press enter
- copy and paste the output here
Thanks @ddennedy for the information!
I cannot run gdb properly, though :(... I get
$ gdb bin/shotcut
gdb: /snap/shotcut/current/Shotcut.app/lib/libtinfo.so.6: version `NCURSES6_TINFO_6.2.20211010' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)
The weird thing there is that it's taking libtinfo.so.6 from inside the snap but libncursesw.so.6 from the system. Maybe the ncurses library should also be put inside the snap?
Alternatively, can I get the debug information running shotcut not from the snap?
Thanks again!
@facundobatista maybe the logs will tell something?
~/.local/share/Meltytech/Shotcut/shotcut-log.txt
@neutrinus nothing that looks too evident.
For example, this is what I found in the logs and this is the output in the terminal until it crashed.
Maybe there is a way to increase the verbosity of logs or info produced?
Thanks!!
does strace shotcut show something?
otherwise why not native packaging? apt install shotcut?