Dear all,
my svn-digikam is crashing whenever I add an image to a directory that is watched by digikam. Starting digikam from the console under Kubuntu Jaunty I get the following messages: digikam(15363) Digikam::ScanControllerLoadingCacheFileWatch::slotImageChanged: 129640 "/home/springm/Bilder/2009/2009-07/trachtengaufest/dsc17322s.jpg" ASSERT failure in QList<T>::operator[]: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 403 digikam: Fatal IO error: client killed KCrash: Application 'digikam' crashing... sock_file=/home/springm/.kde/socket-denkbrett/kdeinit4__0 Similar things happen when I try to delete a file. Best regards Markus _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Try to run digiKam in gdb to see which digiKam code make Qt4 assertion.
Gilles Caulier 2009/7/21 Markus Spring <[hidden email]>: > Dear all, > > my svn-digikam is crashing whenever I add an image to a directory that is > watched by digikam. Starting digikam from the console under Kubuntu Jaunty I get > the following messages: > > digikam(15363) Digikam::ScanControllerLoadingCacheFileWatch::slotImageChanged: > 129640 "/home/springm/Bilder/2009/2009-07/trachtengaufest/dsc17322s.jpg" > ASSERT failure in QList<T>::operator[]: "index out of range", file > /usr/include/qt4/QtCore/qlist.h, line 403 > digikam: Fatal IO error: client killed > KCrash: Application 'digikam' crashing... > sock_file=/home/springm/.kde/socket-denkbrett/kdeinit4__0 > > Similar things happen when I try to delete a file. > > Best regards > > Markus > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Gilles Caulier schrieb:
> Try to run digiKam in gdb to see which digiKam code make Qt4 assertion. The last lines are as following Program received signal SIGABRT, Aborted. [Switching to Thread 0xb2dfcb90 (LWP 23857)] 0xb7fac430 in __kernel_vsyscall () (gdb) bt #0 0xb7fac430 in __kernel_vsyscall () #1 0xb52c86d0 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb52ca098 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb558f595 in qt_message_output () from /usr/lib/libQtCore.so.4 #4 0xb558f681 in qFatal () from /usr/lib/libQtCore.so.4 #5 0xb558f72c in qt_assert_x () from /usr/lib/libQtCore.so.4 #6 0xb6e9a912 in QList<QVariant>::operator[] (this=0xb2dfc038, i=2) at /usr/include/qt4/QtCore/qlist.h:403 #7 0xb6ef38de in Digikam::ImageScanner::scanImageComments (this=0xb2dfc0b4) at /home/springm/projekte/digikam/graphics/digikam/libs/database/imagescanner.cpp:384 #8 0xb6ef45d6 in Digikam::ImageScanner::scanFile (this=0xb2dfc0b4) at /home/springm/projekte/digikam/graphics/digikam/libs/database/imagescanner.cpp:160 #9 0xb6ef561a in Digikam::ImageScanner::newFile (this=0xb2dfc0b4, albumId=857) at /home/springm/projekte/digikam/graphics/digikam/libs/database/imagescanner.cpp:92 #10 0xb6ea229b in Digikam::CollectionScanner::scanNewFile (this=0xb2dfc320, info=@0xcc3d3dc, albumId=857) at /home/springm/projekte/digikam/graphics/digikam/libs/database/collectionscanner.cpp:700 #11 0xb6ea5354 in Digikam::CollectionScanner::scanAlbum (this=0xb2dfc320, location=@0xb2dfc260, album=@0xb2dfc2e4) at /home/springm/projekte/digikam/graphics/digikam/libs/database/collectionscanner.cpp:625 #12 0xb6ea60b2 in Digikam::CollectionScanner::partialScan (this=0xb2dfc320, albumRoot=@0xb2dfc2e8, album=@0xb2dfc2e4) at /home/springm/projekte/digikam/graphics/digikam/libs/database/collectionscanner.cpp:308 #13 0xb6ea61b4 in Digikam::CollectionScanner::partialScan (this=0xb2dfc320, filePath=@0xb2dfc338) at /home/springm/projekte/digikam/graphics/digikam/libs/database/collectionscanner.cpp:260 #14 0x0835d767 in Digikam::ScanController::run (this=0x9663b40) at /home/springm/projekte/digikam/graphics/digikam/digikam/scancontroller.cpp:517 #15 0xb559796e in ?? () from /usr/lib/libQtCore.so.4 #16 0xb528a4ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #17 0xb538149e in clone () from /lib/tls/i686/cmov/libc.so.6 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |