You are not logged in.

#1 2016-04-21 11:43:09

mcgyver
Member
Registered: 2016-04-21
Posts: 8

Kdenlive freezing on DVD wizard

Hi everyone,

I am having some problems with kdenlive on a arch linux distribution: when I start a DVD wizard the window shows up, let me put together all the videos I want in the DVD, but then when I press the "Next" button, it seems to freeze.
I've tried to do a bit of debugging with GDB and what I found is that it freezes on a pthread_join call:
Does anyone have any experience on this?

Thank you

Stack trace:

(gdb) where
#0  0x00007fffee10768d in pthread_join () from /usr/lib/libpthread.so.0
#1  0x00007fffbf30e2b7 in ?? () from /usr/lib/mlt/libmltsdl.so
#2  0x00007ffff6d9e567 in mlt_consumer_stop () from /usr/lib/libmlt.so.6
#3  0x00000000008272a9 in ?? ()
#4  0x000000000082738b in ?? ()
#5  0x00000000006d28a4 in ?? ()
#6  0x00000000006d2c7e in ?? ()
#7  0x00000000006d770e in ?? ()
#8  0x00007ffff0542870 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#9  0x00007ffff17d771e in QWizard::currentIdChanged(int) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007ffff17de24c in ?? () from /usr/lib/libQt5Widgets.so.5
#11 0x00007ffff17de5c9 in QWizard::next() () from /usr/lib/libQt5Widgets.so.5
#12 0x00007ffff0542870 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#13 0x00007ffff19322f2 in QAbstractButton::clicked(bool) () from /usr/lib/libQt5Widgets.so.5
#14 0x00007ffff16a0484 in ?? () from /usr/lib/libQt5Widgets.so.5
#15 0x00007ffff16a1937 in ?? () from /usr/lib/libQt5Widgets.so.5
#16 0x00007ffff16a1ab4 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
#17 0x00007ffff15eaa58 in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#18 0x00007ffff15a668c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#19 0x00007ffff15ac071 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#20 0x00007ffff0516518 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#21 0x00007ffff15aae45 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool)
    () from /usr/lib/libQt5Widgets.so.5
#22 0x00007ffff1604919 in ?? () from /usr/lib/libQt5Widgets.so.5
#23 0x00007ffff1606e6b in ?? () from /usr/lib/libQt5Widgets.so.5
#24 0x00007ffff15a668c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#25 0x00007ffff15ab8f6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#26 0x00007ffff0516518 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#27 0x00007ffff0a5fff0 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
   from /usr/lib/libQt5Gui.so.5
#28 0x00007ffff0a61b85 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) ()
   from /usr/lib/libQt5Gui.so.5
#29 0x00007ffff0a3ed6b in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQt5Gui.so.5
#30 0x00007fffdecf3d10 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#31 0x00007fffe94f1f07 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#32 0x00007fffe94f2160 in ?? () from /usr/lib/libglib-2.0.so.0
#33 0x00007fffe94f220c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#34 0x00007ffff056bc8f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#35 0x00007ffff05146fa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#36 0x00007ffff179f53c in QDialog::exec() () from /usr/lib/libQt5Widgets.so.5
#37 0x0000000000805cb7 in ?? ()
#38 0x0000000000854634 in ?? ()
#39 0x00007ffff0542870 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5
#40 0x00007ffff159d3d2 in QAction::triggered(bool) () from /usr/lib/libQt5Widgets.so.5
#41 0x00007ffff159fef0 in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQt5Widgets.so.5
#42 0x00007ffff1721d72 in ?? () from /usr/lib/libQt5Widgets.so.5
#43 0x00007ffff1727ef6 in ?? () from /usr/lib/libQt5Widgets.so.5
#44 0x00007ffff172c119 in QMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
#45 0x00007ffff15eaa58 in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#46 0x00007ffff172cbab in QMenu::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#47 0x00007ffff15a668c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#48 0x00007ffff15ac071 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#49 0x00007ffff0516518 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#50 0x00007ffff15aae45 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool)
    () from /usr/lib/libQt5Widgets.so.5
#51 0x00007ffff1604c87 in ?? () from /usr/lib/libQt5Widgets.so.5
#52 0x00007ffff1606e6b in ?? () from /usr/lib/libQt5Widgets.so.5
#53 0x00007ffff15a668c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#54 0x00007ffff15ab8f6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#55 0x00007ffff0516518 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#56 0x00007ffff0a5fff0 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
   from /usr/lib/libQt5Gui.so.5
#57 0x00007ffff0a61b85 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) ()
   from /usr/lib/libQt5Gui.so.5
#58 0x00007ffff0a3ed6b in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /usr/lib/libQt5Gui.so.5
#59 0x00007fffdecf3d10 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#60 0x00007fffe94f1f07 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#61 0x00007fffe94f2160 in ?? () from /usr/lib/libglib-2.0.so.0
#62 0x00007fffe94f220c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#63 0x00007ffff056bc8f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#64 0x00007ffff05146fa in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#65 0x00007ffff051cb7c in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#66 0x0000000000486cba in ?? ()
#67 0x00007fffef890710 in __libc_start_main () from /usr/lib/libc.so.6
#68 0x0000000000487339 in _start ()

Offline

Board footer

Powered by FluxBB