Bug 373390 - crash at start
Summary: crash at start
Status: RESOLVED NOT A BUG
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (other bugs)
Version First Reported In: git-master
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-12-07 16:55 UTC by bug42.2.kdenlive
Modified: 2017-01-01 15:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bug42.2.kdenlive 2016-12-07 16:55:00 UTC
Application: kdenlive (16.11.90)

Qt Version: 5.7.1
Frameworks Version: 5.28.0
Operating System: Linux 4.4.27-2-default x86_64
Distribution: "openSUSE Leap 42.2"

-- Information about the crash:
crash when started in command line as user

The crash can be reproduced every time.

-- Backtrace:
Application: Kdenlive (kdenlive), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f776c245900 (LWP 27332))]

Thread 3 (Thread 0x7f774fb7e700 (LWP 27334)):
#0  0x00007f776452a49d in poll () at /lib64/libc.so.6
#1  0x00007f775f3d1314 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x00007f775f3d142c in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#3  0x00007f77651279eb in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#4  0x00007f77650d72db in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#5  0x00007f7764f1cfca in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x00007f7766cc8a25 in  () at /usr/lib64/libQt5DBus.so.5
#7  0x00007f7764f217f9 in  () at /usr/lib64/libQt5Core.so.5
#8  0x00007f7762c4b734 in start_thread () at /lib64/libpthread.so.0
#9  0x00007f7764532d3d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f7755a3c700 (LWP 27333)):
#0  0x00007f776452a49d in poll () at /lib64/libc.so.6
#1  0x00007f775e8f53e2 in  () at /usr/lib64/libxcb.so.1
#2  0x00007f775e8f6fcf in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x00007f7757f97779 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x00007f7764f217f9 in  () at /usr/lib64/libQt5Core.so.5
#5  0x00007f7762c4b734 in start_thread () at /lib64/libpthread.so.0
#6  0x00007f7764532d3d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f776c245900 (LWP 27332)):
[KCrash Handler]
#6  0x00007f772aafe94c in  () at /usr/lib64/libQtGui.so.4
#7  0x00007f776c0afc0a in call_init.part () at /lib64/ld-linux-x86-64.so.2
#8  0x00007f776c0afcf3 in _dl_init () at /lib64/ld-linux-x86-64.so.2
#9  0x00007f776c0b3e95 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#10 0x00007f776c0afac4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#11 0x00007f776c0b367b in _dl_open () at /lib64/ld-linux-x86-64.so.2
#12 0x00007f7762e60efb in dlopen_doit () at /lib64/libdl.so.2
#13 0x00007f776c0afac4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#14 0x00007f7762e614ad in _dlerror_run () at /lib64/libdl.so.2
#15 0x00007f7762e60f91 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#16 0x00007f776b29c5b4 in mlt_repository_init () at /usr/lib64/libmlt.so.6
#17 0x00007f776b29bd78 in mlt_factory_init () at /usr/lib64/libmlt.so.6
#18 0x00007f776b06934b in Mlt::Factory::init(char const*) () at /usr/lib64/libmlt++.so.3
#19 0x000000000078e346 in BinController::BinController(QString) (this=0x2cec9d0, profileName=...) at /usr/src/debug/kdenlive-16.11.90/src/mltcontroller/bincontroller.cpp:36
#20 0x0000000000828bad in Core::initialize() (this=0x2a06e20) at /usr/src/debug/kdenlive-16.11.90/src/core.cpp:63
#21 0x000000000080b207 in MainWindow::MainWindow(QString const&, QUrl const&, QString const&, QWidget*) (this=0x29c93d0, MltPath=..., Url=..., clipsToLoad=..., parent=<optimized out>, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /usr/src/debug/kdenlive-16.11.90/src/mainwindow.cpp:223
#22 0x0000000000491477 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kdenlive-16.11.90/src/main.cpp:155

Reported using DrKonqi
Comment 1 Christoph Feck 2016-12-07 17:40:11 UTC
You are mixing Qt4 and Qt5 installations of MLT plugins.
Comment 2 Christoph Feck 2017-01-01 15:28:50 UTC
Already reported as bug 373417.