Summary: | showfoto crash while quitting | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Stefano Marelli <stefano.marelli> |
Component: | Showfoto-Core | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, caulier.gilles, sputnikshock, stefano.marelli |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Stefano Marelli
2009-08-20 20:13:23 UTC
Run showfoto into gdb and try again. Your backtrace is not really suitable... Gilles Caulier Dear Gilles, I tried a few times again to reproduce the bug with and without gdb, but I don't seem to be able to reproduce it. I apologize for this not-so-useful bug-report, best regards, stefano Bug 209050 got a complete backtrace: --- Thread 2 (Thread 0xb4785b90 (LWP 31286)): [KCrash Handler] #6 QFactoryLoader::keys (this=0x0) at plugin/qfactoryloader_p.h:69 #7 0x012d7290 in createWriteHandlerHelper (device=0xb05caf58, format=@0xb312dc30) at image/qimagewriter.cpp:135 #8 0x012d9227 in QImageWriter::canWrite (this=0xb4784f38) at image/qimagewriter.cpp:537 #9 0x012d92d5 in QImageWriter::write (this=0xb4784f38, image=@0xb4784fe0) at image/qimagewriter.cpp:565 #10 0x012bfafc in QImageData::doImageIO (this=0xb312d7c0, image=0xb4784fe0, writer=0xb4784f38, quality=0) at image/qimage.cpp:4705 #11 0x012c15a5 in QImage::save (this=0xb4784fe0, fileName=@0xb4785014, format=0x406b94 "PNG", quality=0) at image/qimage.cpp:4674 #12 0x0029ba62 in Digikam::ThumbnailCreator::storeFreedesktop (this=0xa12d078, info=@0xb47850d4, image=@0xb478511c) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/thumbnailcreator.cpp:704 #13 0x0029f850 in Digikam::ThumbnailCreator::load (this=0xa12d078, path=@0xb04afec) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/thumbnailcreator.cpp:207 #14 0x002a6dd2 in Digikam::ThumbnailLoadingTask::execute (this=0xb04afe0) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/thumbnailtask.cpp:133 #15 0x0027fb38 in Digikam::LoadSaveThread::run (this=0xa1251d8) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/loadsavethread.cpp:139 #16 0x07652132 in QThreadPrivate::start (arg=0xa1251d8) at thread/qthread_unix.cpp:188 #17 0x04f904ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #18 0x01d2749e in clone () from /lib/tls/i686/cmov/libc.so.6 Thread 1 (Thread 0xb723d700 (LWP 31268)): #0 0x005a4422 in __kernel_vsyscall () #1 0x04f940e5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x01d362ed in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6 #3 0x07653172 in QWaitCondition::wait (this=0x9f42f58, mutex=0x9f42f44, time=4294967295) at thread/qwaitcondition_unix.cpp:87 #4 0x076522d3 in QThread::wait (this=0xa1251d8, time=4294967295) at thread/qthread_unix.cpp:484 #5 0x0027fdbd in Digikam::LoadSaveThread::shutdownThread (this=0xa1251d8) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/loadsavethread.cpp:91 #6 0x002a1170 in ~ThumbnailLoadThread (this=0xa1251d8) at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/thumbnailloadthread.cpp:146 #7 0x002a0425 in destroy () at /build/buildd/digikam-1.0.0~beta4/libs/threadimageio/thumbnailloadthread.cpp:130 #8 0x001dc49b in ~KCleanUpGlobalStatic (this=0x476f44) at /usr/include/kglobal.h:62 #9 0x01c71bb9 in exit () from /lib/tls/i686/cmov/libc.so.6 #10 0x01c5977d in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #11 0x08056bd1 in _start () at ../sysdeps/i386/elf/start.S:119 *** Bug 209050 has been marked as a duplicate of this bug. *** Probably the same cause: missing cleanup call *** This bug has been marked as a duplicate of bug 204080 *** Fixed with https://bugs.kde.org/show_bug.cgi?id=204080 |