https://bugs.kde.org/show_bug.cgi?id=219512
Summary: Segfault (SIGSEGV) when using any non-color changing plugin Product: digikam Version: 1.0.0 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 1.0.0 (using KDE 4.3.4) Compiler: 4.4.2 OS: Linux Installed from: Ubuntu Packages I'm running a AMD 64 bit system. Digikam segfaults on all plugins except color manipulation plugins with the following message: Program received signal SIGSEGV, Segmentation fault. ... in QTextEngine::itemize () I've used all kinds of debugging (compiled debugfull, strace, gdb) but not more then the above message is coming out of it. I've seen similar bugreports for amarok and kmess (http://kmess.org/board/viewtopic.php?f=4&t=4234). They indicate a problem with oxygenrc. So when I change my Window theme to anything else then Oxygen, the segfault disappears and digiKam works perfect. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=219512
Dario Andres <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Dario Andres <andresbajotierra gmail com> 2009-12-22 01:10:43 --- You could try this guide to get a better backtrace: http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports (take a look at the GDB guide, have you used the "bt full" command on it ?) Ubuntu provides the "digikam-dbg" package (if you use the packaged version) Regards -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
Gerhard Kulzer <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #2 from Gerhard Kulzer <gerhard kulzer net> 2009-12-23 11:40:19 --- I compiled the program myself. Here is a better backtrace: ... [Thread 0x7fffb3cc6910 (LWP 7056) exited] digikam(6955)/kdeui (kdelibs): Attempt to use QAction "editorwindow_zoomto" with KXMLGUIFactory! digikam(6955)/digikam (core) Digikam::DImg::load: "/home/gerhard/Pictures/Reisen/Australien/2009/IMG_3564.JPG" : JPEG file identified digikam(6955)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation => 1 digikam(6955)/digikam (core) Digikam::DMetadata::getIccProfile: Exif color-space tag is sRGB. Using default sRGB ICC profile. digikam(6955)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation => 1 Program received signal SIGSEGV, Segmentation fault. 0x00007ffff22aea94 in QTextEngine::itemize (this=0x7596cc0) at text/qtextengine.cpp:1394 1394 text/qtextengine.cpp: No such file or directory. in text/qtextengine.cpp Current language: auto The current source language is "auto; currently c++". (gdb) thread apply all backtrace Thread 37 (Thread 0x7fffc1bdd910 (LWP 7049)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261 #1 0x00007ffff137966b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x3e01498, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87 #2 QWaitCondition::wait (this=<value optimized out>, mutex=0x3e01498, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159 #3 0x00007ffff4f3bdaa in Digikam::LoadSaveThread::run (this=0x3e01480) at /home/gerhard/OSS/graphics4/digikam/libs/threadimageio/loadsavethread.cpp:131 #4 0x00007ffff13786b5 in QThreadPrivate::start (arg=0x3e01480) at thread/qthread_unix.cpp:244 #5 0x00007ffff10e9a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300 #6 0x00007ffff06a805d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #7 0x0000000000000000 in ?? () Thread 36 (Thread 0x7fffc0bdb910 (LWP 7047)): #0 0x00007ffff069bc13 in *__GI___poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007fffea6444fc in ?? () from /lib/libglib-2.0.so.0 #2 0x00007fffea644840 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #3 0x00007ffff1495053 in QEventDispatcherGlib::processEvents (this=0x438fce0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407 #4 0x00007ffff146a3e2 in QEventLoop::processEvents (this=<value optimized out>, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece. ) at kernel/qeventloop.cpp:149 #5 0x00007ffff146a7bc in QEventLoop::exec (this=0x7fffc0bdae80, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece. ) at kernel/qeventloop.cpp:201 #6 0x00007ffff1375c79 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487 #7 0x00007fffca8e5c7c in Marble::GpsdThread::run (this=0x3908d70) at /home/gerhard/OSS/marble/src/plugins/positionprovider/gpsd/GpsdThread.cpp:27 #8 0x00007ffff13786b5 in QThreadPrivate::start (arg=0x3908d70) at thread/qthread_unix.cpp:244 #9 0x00007ffff10e9a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300 #10 0x00007ffff06a805d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #11 0x0000000000000000 in ?? () Current language: auto The current source language is "auto; currently asm". Thread 35 (Thread 0x7fffbfbd9910 (LWP 7046)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261 #1 0x00007ffff137966b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x3ed6818, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87 #2 QWaitCondition::wait (this=<value optimized out>, mutex=0x3ed6818, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159 #3 0x00007ffff4f3bdaa in Digikam::LoadSaveThread::run (this=0x3ed6800) at /home/gerhard/OSS/graphics4/digikam/libs/threadimageio/loadsavethread.cpp:131 #4 0x00007ffff13786b5 in QThreadPrivate::start (arg=0x3ed6800) at thread/qthread_unix.cpp:244 #5 0x00007ffff10e9a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300 #6 0x00007ffff06a805d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #7 0x0000000000000000 in ?? () Current language: auto The current source language is "auto; currently c". -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
--- Comment #3 from Gilles Caulier <caulier gilles gmail com> 2009-12-25 20:11:13 --- digiKam 1.0.0 is out since few days... http://www.digikam.org/drupal/node/491 Please try with this version coming with more than 400 bug-fixes. Thanks in advance Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
Marcel Wiesweg <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #4 from Marcel Wiesweg <marcel wiesweg gmx de> 2010-01-08 16:42:39 --- *** Bug 220292 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
--- Comment #5 from Johannes Wienke <languitar semipol de> 2010-01-08 21:41:31 --- For me this sounds like an upstream issue. Should we mark this as such? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
--- Comment #6 from Gilles Caulier <caulier gilles gmail com> 2010-01-09 13:48:36 --- yes it is Johannes. Let's go... Gilles -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
Johannes Wienke <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=219512
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Summary|Segfault (SIGSEGV) when |Segfault (SIGSEGV) when |using any non-color |using any non-color |changing plugin |changing tool Component|general |ImageEditor -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |