Summary: | digikam segfaults when opening video | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Morgenstern <kjell> |
Component: | Preview-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, daphee_1, jamartin |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.4.0 | |
Sentry Crash Report: |
Description
Morgenstern
2010-06-25 17:27:25 UTC
Crash appear in libjpeg. Check your system... Also, update your digiKam to last 1.3.0. 0.10.0 is pretty old. Gilles Caulier *** Bug 248567 has been marked as a duplicate of this bug. *** Backtrace from bug 248567, Dragonplayer crash: Thread 4 (Thread 0x7fd728d57710 (LWP 9329)): [KCrash Handler] #6 0x00007fd7428e67fb in QDBusAdaptorConnector::relaySlot (this=0xff6070, argv=0x7fd728d56b00) at qdbusabstractadaptor.cpp:268 #7 0x00007fd7428e6855 in QDBusAdaptorConnector::qt_metacall (this=0xff6070, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fd728d56b00) at qdbusabstractadaptor.cpp:364 #8 0x00007fd7425a0a1f in QMetaObject::activate (sender=0x86d800, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x7fd728d56b00) at kernel/qobject.cpp:3295 #9 0x00007fd7425a0ddf in QObject::destroyed (this=<value optimized out>, _t1=0x86d800) at .moc/release-shared/moc_qobject.cpp:149 #10 0x00007fd7425a1b85 in QObject::~QObject (this=0x86d800, __in_chrg=<value optimized out>) at kernel/qobject.cpp:869 #11 0x00007fd743dbe989 in KIO::Scheduler::~Scheduler (this=0x86d800, __in_chrg=<value optimized out>) at /usr/src/debug/kdelibs-4.5.0/kio/kio/scheduler.cpp:766 #12 0x00007fd743eb042b in ~SchedulerPrivate () at /usr/src/debug/kdelibs-4.5.0/kio/kio/scheduler.cpp:667 #13 destroy () at /usr/src/debug/kdelibs-4.5.0/kio/kio/scheduler.cpp:730 #14 0x00007fd7411894e1 in __run_exit_handlers () from /lib64/libc.so.6 #15 0x00007fd741189535 in exit () from /lib64/libc.so.6 #16 0x00007fd73605c03c in error_exit (cinfo=0x1050650) at jerror.c:78 #17 0x00007fd73605911d in first_marker (cinfo=0x1050650) at jdmarker.c:972 #18 read_markers (cinfo=0x1050650) at jdmarker.c:1002 #19 0x00007fd736056212 in consume_markers (cinfo=0x1050650) at jdinput.c:568 #20 0x00007fd73604f247 in jpeg_consume_input (cinfo=0x1050650) at jdapimin.c:302 #21 0x00007fd73604f4db in jpeg_read_header (cinfo=0x1050650, require_image=1) at jdapimin.c:250 #22 0x00007fd71e45427f in mjpeg_decode_data () from /usr/lib64/xine/plugins/1.29/xineplug_decode_mjpeg.so #23 0x00007fd742fc9ed2 in video_decoder_loop () from /usr/lib64/libxine.so.1 #24 0x00007fd73f951a4f in start_thread () from /lib64/libpthread.so.0 #25 0x00007fd74122482d in clone () from /lib64/libc.so.6 #26 0x0000000000000000 in ?? () The problem lies in the jpeg decoder, please report this upstream, not much we can do about that. *** Bug 249518 has been marked as a duplicate of this bug. *** digiKam 5.4.0 bundles will use QtAV framework instead Qt5Multimedia to thumb and play video. The Slideshow tool will also support video as well. QtAV use ffmpeg codecs. It's multi-platform and will always available in OSX, Windows and Linux bundles that digiKam team provide. For Linux packagers, you will need to turn on video support at compilation time and solve QtAV dependencies... The screenshot on here : https://www.flickr.com/photos/digikam/30886133553/in/dateposted-public/ ... is based on pre-release of AppImage 64 bits Linux bundle, just recompiled and post to GDrive for testing. The 32bits version is under process and will be available at the same place today evening. https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM |