Am 31.10.2015 um 02:13 schrieb Kingsley G. Morse Jr.:
> Package: kdenlive
> Version: 15.08.2+git20151026-1
> Severity: important
> 
> Thanks for maintaining kdenlive!
> 
> Version 0.9.10-2 was much stabler than OpenShot.
> 
> The main reason I'm writing is to report that, at
> least for me, version 15.08.2+git20151026-1
> freezes.
> 
> I tried running the new version at the command
> line with
> 
>     $ kdenlive
> 
> The main window opened, as did the configuration
> wizard.
> 
> In the Config wizard, I clicked on 
> 
>     Next->Next->Next->Next->Next->Next->Finish
> 
> Then kdenlive hung.
> 
> It also looks to me like the buttons used to
> control its Clip Monitor weren't rendered
> correctly.
> 
> See the attached screen shot.
> 
> Naturally, I expected properly rendered buttons
> that work.
> 
> gdb very nicely reported the following stack trace
> 
>     ^C
>     Program received signal SIGINT, Interrupt.
>     0xb7fddbe0 in __kernel_vsyscall ()
>     (gdb) bt
>     #0  0xb7fddbe0 in __kernel_vsyscall ()
>     #1  0xb4ec4e2b in poll () at ../sysdeps/unix/syscall-template.S:81
>     #2  0xb4ace86d in ?? () from /usr/lib/i386-linux-gnu/libxcb.so.1
>     #3  0xb4ad066b in ?? () from /usr/lib/i386-linux-gnu/libxcb.so.1
>     #4  0xb4ad07c9 in xcb_wait_for_reply ()
>        from /usr/lib/i386-linux-gnu/libxcb.so.1
>     #5  0xb4b57816 in _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
>     #6  0xb7ca245e in ?? () from /usr/lib/i386-linux-gnu/libGL.so.1
>     #7  0xb7ca27a9 in ?? () from /usr/lib/i386-linux-gnu/libGL.so.1
>     #8  0xaae150fd in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #9  0xaae11b7b in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #10 0xaad44657 in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #11 0xaad45c40 in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #12 0xaaceb17a in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #13 0xaacf2514 in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #14 0xaaba8fed in ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_dri.so
>     #15 0x0835f829 in glClear (mask=16384, this=0x8706a44)
>         at /usr/include/i386-linux-gnu/qt5/QtGui/qopenglfunctions.h:595
>     #16 GLWidget::paintGL (this=0x8706a30)
>         at 
> /build/kdenlive-EBb_31/kdenlive-15.08.2+git20151026/src/monitor/glwidget.cpp:369
>     #17 0x0848a469 in GLWidget::qt_static_metacall (_o=0x8706a30, 
>         _c=QMetaObject::InvokeMetaMethod, _id=31, _a=0xbffff0d8)
>         at 
> /build/kdenlive-EBb_31/kdenlive-15.08.2+git20151026/obj-i586-linux-gnu/src/moc_glwidget.cpp:241
>     #18 0xb53f91d1 in QMetaObject::activate(QObject*, int, int, void**) ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #19 0xb53f96cd in QMetaObject::activate(QObject*, QMetaObject const*, 
> int, void**) () from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #20 0xb769ba32 in QQuickWindow::beforeRendering() ()
>        from /usr/lib/i386-linux-gnu/libQt5Quick.so.5
>     #21 0xb769ec95 in QQuickWindowPrivate::renderSceneGraph(QSize const&) ()
>        from /usr/lib/i386-linux-gnu/libQt5Quick.so.5
>     #22 0xb766bd42 in ?? () from /usr/lib/i386-linux-gnu/libQt5Quick.so.5
>     #23 0xb766d3a8 in ?? () from /usr/lib/i386-linux-gnu/libQt5Quick.so.5
>     #24 0xb63ec37a in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
>        from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
>     #25 0xb63f1a50 in QApplication::notify(QObject*, QEvent*) ()
>        from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
>     #26 0xb53c926f in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #27 0xb542053b in QTimerInfoList::activateTimers() ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #28 0xb5420b09 in ?? () from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #29 0xb4783e59 in g_main_context_dispatch ()
>        from /lib/i386-linux-gnu/libglib-2.0.so.0
>     #30 0xb47840f9 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
>     #31 0xb47841c4 in g_main_context_iteration ()
>        from /lib/i386-linux-gnu/libglib-2.0.so.0
>     #32 0xb5421834 in 
> QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () 
> from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #33 0xb2072b51 in ?? () from /usr/lib/i386-linux-gnu/libQt5XcbQpa.so.5
>     #34 0xb53c6393 in 
> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from 
> /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #35 0xb53c67ea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) 
> ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #36 0xb53cede5 in QCoreApplication::exec() ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
>     #37 0xb56ee771 in QGuiApplication::exec() ()
>        from /usr/lib/i386-linux-gnu/sse2/libQt5Gui.so.5
>     #38 0xb63e8234 in QApplication::exec() ()
>        from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
>     #39 0x081356ab in main (argc=1, argv=0xbffff954)
>         at 
> /build/kdenlive-EBb_31/kdenlive-15.08.2+git20151026/src/main.cpp:118
> 
> With a little luck, I should soon get a chance to
> 
>     1.) do a full-upgrade and 
> 
>     2.) report what happend.
> 

> ii  libv4l-0                  1.8.0-1
> ii  melt                      0.9.6-1
> 

Your installation is not fully upgraded. Could you please check the
following step by step:

- upgrading all packages
- check your 3d functions (very much noise from noveau and OpenGL)
- {re}moving your configuration files and start it with a fresh profile

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
        patr...@linux-dev.org
*/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to