Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) -- how to collect more info? #1469

Open
facundobatista opened this issue Sep 4, 2023 · 5 comments
Open

Comments

@facundobatista
Copy link

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!

@ddennedy
Copy link
Member

ddennedy commented Sep 5, 2023

Using the snap

  1. cd /snap/shotcut/current/Shotcut.app
  2. source source-me
  3. gdb bin/shotcut
  4. at "(gdb)" enter "run" and press enter
  5. wait for crash
  6. at "(gdb)" enter "bt" and press enter
  7. copy and paste the output here

@facundobatista
Copy link
Author

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!

@neutrinus
Copy link

@facundobatista maybe the logs will tell something?

~/.local/share/Meltytech/Shotcut/shotcut-log.txt

@facundobatista
Copy link
Author

@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!!

@alexmyczko
Copy link
Contributor

does strace shotcut show something?

otherwise why not native packaging? apt install shotcut?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants