You are not logged in.

#1 2017-03-14 14:53:09

jypma
Member
Registered: 2015-04-21
Posts: 13

kdenlive, shotcut both crash in dlopen()

After not having used it a long time, I decided it's time to do some video editing. Kdenlive however doesn't seem to work anymore on my system. Whenever it tries to show anything in the preview window (clip, title,still) it segfaults with

#0  0x00007ffff7de596c in _dl_relocate_object () at /lib64/ld-linux-x86-64.so.2
#1  0x00007ffff7ded891 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#2  0x00007fffefe3cc74 in _dl_catch_error () at /usr/lib/libc.so.6
#3  0x00007ffff7ded0a9 in _dl_open () at /lib64/ld-linux-x86-64.so.2
#4  0x00007fffefe3c22d in do_dlopen () at /usr/lib/libc.so.6
#5  0x00007fffefe3cc74 in _dl_catch_error () at /usr/lib/libc.so.6
#6  0x00007fffefe3c2c7 in dlerror_run () at /usr/lib/libc.so.6
#7  0x00007fffefe3c362 in __libc_dlopen_mode () at /usr/lib/libc.so.6
#8  0x00007fffede3b5cb in pthread_cancel_init () at /usr/lib/libpthread.so.0
#9  0x00007fffede3b7b4 in _Unwind_ForcedUnwind () at /usr/lib/libpthread.so.0
#10 0x00007fffede39b90 in __pthread_unwind () at /usr/lib/libpthread.so.0
#11 0x00007fffede31445 in  () at /usr/lib/libpthread.so.0
#12 0x00007fffefe0ff1b in  () at /usr/lib/libc.so.6
#13 0x00007fffb22808b0 in  () at /usr/lib/libSDL-1.2.so.0
#14 0x00007fffede302e7 in start_thread () at /usr/lib/libpthread.so.0
#15 0x00007fffefe0354f in clone () at /usr/lib/libc.so.6

Interestingly, shotcut (from AUR) exhibits a similar symptom. I tried it since it also uses [mlt] underneath. It crashes slightly differently, but directly on startup:

#0  0x00007ffff7de596c in _dl_relocate_object () at /lib64/ld-linux-x86-64.so.2
#1  0x00007ffff7ded891 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#2  0x00007fffefe3cc74 in _dl_catch_error () at /usr/lib/libc.so.6
#3  0x00007ffff7ded0a9 in _dl_open () at /lib64/ld-linux-x86-64.so.2
#4  0x00007fffefe3c22d in do_dlopen () at /usr/lib/libc.so.6
#5  0x00007fffefe3cc74 in _dl_catch_error () at /usr/lib/libc.so.6
#6  0x00007fffefe3c2c7 in dlerror_run () at /usr/lib/libc.so.6
#7  0x00007fffefe3c362 in __libc_dlopen_mode () at /usr/lib/libc.so.6
#8  0x00007fffede3b5cb in pthread_cancel_init () at /usr/lib/libpthread.so.0
#9  0x00007fffede3b7b4 in _Unwind_ForcedUnwind () at /usr/lib/libpthread.so.0
#10 0x00007fffede39b90 in __pthread_unwind () at /usr/lib/libpthread.so.0
#11 0x00007fffede31445 in  () at /usr/lib/libpthread.so.0
#12 0x00007fffefe0ff1b in  () at /usr/lib/libc.so.6
#13 0x00007fffb22808b0 in  () at /usr/lib/libSDL-1.2.so.0
#14 0x00007fffede302e7 in start_thread () at /usr/lib/libpthread.so.0
#15 0x00007fffefe0354f in clone () at /usr/lib/libc.so.6

It seems that [mlt] may be the common factor, but I can't seem to find why it crashes for me. [mlt] itself doesn't do any QLibrary() calls.

Everything on my system is fully upgraded. I got rid of anything from AUR that may be related to this.

Last edited by jypma (2017-03-14 14:53:34)

Offline

#2 2017-03-14 21:36:08

seth
Member
Registered: 2012-09-03
Posts: 51,148

Re: kdenlive, shotcut both crash in dlopen()

stracing one to see what is supposed to be dlopen'ed might provide further hints on the cause.

Online

Board footer

Powered by FluxBB