Hi all,
It's time to release 0.9.4-rc1. Pre-release tarball including all GUI translations is available for testing at this url : http://digikam3rdparty.free.fr/0.9.x-releases/digikam-0.9.4-rc1.tar.bz2 Please compile and test if all work fine on your computer before official release planed on SF.net area in few days Thanks in advance for your reports... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Dnia Wednesday 18 of June 2008, Gilles Caulier napisał:
> Hi all, > > It's time to release 0.9.4-rc1. Pre-release tarball including all > GUI translations is available for testing at this url : > > http://digikam3rdparty.free.fr/0.9.x-releases/digikam-0.9.4-rc1.tar.bz2 Mandriva 2008.0 Compiled fine but crashes immediately after start. It starts GUI, renders plates but before thumbs appear crash. Backtrace: Using host libthread_db library "/lib/i686/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1251436848 (LWP 11741)] [New Thread -1265034352 (LWP 11763)] 0xb64b1450 in QRecursiveMutexPrivate::lock () from /usr/lib/qt3/lib/libqt-mt.so.3 #0 0xb64b1450 in QRecursiveMutexPrivate::lock () from /usr/lib/qt3/lib/libqt-mt.so.3 #1 0xb64b1074 in QMutex::lock () from /usr/lib/qt3/lib/libqt-mt.so.3 #2 0xb61c6403 in QApplication::sendPostedEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #3 0xb61c65ed in QApplication::sendPostedEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #4 0xb61c6696 in QApplication::sendPostedEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #5 0xb6174e72 in QEventLoop::processEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #6 0xb61da9e0 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3 #7 0xb61da876 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #8 0xb61c490f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #9 0x0804ae46 in main () Output on konsole: Found dcraw version: 8.85 KIPI (general): WARNING: Unknown feature asked for in KIPI::Interface::hasFeature: AlbumEQDir QObject::connect: No such signal Digikam::DigikamKipiInterface::currentScopeChanged(bool) QObject::connect: (sender name: 'Digikam_KIPI_interface') QObject::connect: (receiver name: 'commentseditor') KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = digikam path = <unknown> pid = 11741 QSocketNotifier: invalid socket 24 and type 'Read', disabling... QSocketNotifier: invalid socket 22 and type 'Read', disabling... QSocketNotifier: invalid socket 19 and type 'Read', disabling... QSocketNotifier: invalid socket 17 and type 'Read', disabling... QSocketNotifier: invalid socket 15 and type 'Read', disabling... QSocketNotifier: invalid socket 13 and type 'Read', disabling... QSocketNotifier: invalid socket 9 and type 'Read', disabling... QSocketNotifier: invalid socket 4 and type 'Read', disabling... QSocketNotifier: invalid socket 23 and type 'Read', disabling... QSocketNotifier: invalid socket 18 and type 'Read', disabling... QSocketNotifier: invalid socket 14 and type 'Read', disabling... QSocketNotifier: invalid socket 7 and type 'Read', disabling... QSocketNotifier: invalid socket 20 and type 'Read', disabling... QSocketNotifier: invalid socket 12 and type 'Read', disabling... QSocketNotifier: invalid socket 16 and type 'Read', disabling... digikam: Fatal IO error: client killed zone still contained 11 blocks compiled with --enable-debug=full m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Dnia Wednesday 18 of June 2008, Mikolaj Machowski napisał:
> Dnia Wednesday 18 of June 2008, Gilles Caulier napisał: > > Hi all, > > > > It's time to release 0.9.4-rc1. Pre-release tarball including all > > GUI translations is available for testing at this url : > > > > http://digikam3rdparty.free.fr/0.9.x-releases/digikam-0.9.4-rc1.tar.bz > >2 > > Mandriva 2008.0 > > Compiled fine but crashes immediately after start. It starts GUI, > renders plates but before thumbs appear crash. > And another backtrace: Using host libthread_db library "/lib/i686/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1250941232 (LWP 14609)] [New Thread -1264538736 (LWP 14699)] 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 #0 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 #1 0xb61ee087 in QEventLoop::processEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #2 0xb62539e0 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3 #3 0xb6253876 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #4 0xb623d90f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #5 0x0804b082 in main (argc=-1208355476, argv=0xb59e2462) at main.cpp:339 m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
This looks like a problem with a KIPI plugin to me. I'm developing a KIPI
batch plugin right now and I get the same errors with my plugin when using threads. The only difference here is that my plugin only crashes with gwenview, not digiKam :-) BTW my plugin is not included in current kipi-plugins so don't blame me :-) Maybe try to compile libkipi and kipi-plugins from SVN, there might be a change somehow. But I'm not sure, maybe Gilles knows more about that. A hint that it might be a KIPI problem can be found in your first reply: --------------------------------------- KIPI::Interface::hasFeature: AlbumEQDir QObject::connect: No such signal Digikam::DigikamKipiInterface::currentScopeChanged(bool) QObject::connect: (sender name: 'Digikam_KIPI_interface') QObject::connect: (receiver name: 'commentseditor') KCrash: crashing... crashRecursionCounter = 2 --------------------------------------- But again this is just guessing... Andi Mikolaj Machowski wrote: > Dnia Wednesday 18 of June 2008, Mikolaj Machowski napisał: >> Dnia Wednesday 18 of June 2008, Gilles Caulier napisał: >> > Hi all, >> > >> > It's time to release 0.9.4-rc1. Pre-release tarball including all >> > GUI translations is available for testing at this url : >> > >> > http://digikam3rdparty.free.fr/0.9.x-releases/digikam-0.9.4-rc1.tar.bz >> >2 >> >> Mandriva 2008.0 >> >> Compiled fine but crashes immediately after start. It starts GUI, >> renders plates but before thumbs appear crash. >> > > And another backtrace: > > Using host libthread_db library "/lib/i686/libthread_db.so.1". > [Thread debugging using libthread_db enabled] > [New Thread -1250941232 (LWP 14609)] > [New Thread -1264538736 (LWP 14699)] > 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 > #0 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 > #1 0xb61ee087 in QEventLoop::processEvents () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #2 0xb62539e0 in QEventLoop::enterLoop () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #3 0xb6253876 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 > #4 0xb623d90f in QApplication::exec () from > #/usr/lib/qt3/lib/libqt-mt.so.3 > #5 0x0804b082 in main (argc=-1208355476, argv=0xb59e2462) at main.cpp:339 > > m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Andi,
you can grep "commentseditor" to all source code to found which component crash exactly. best Gilles 2008/6/19 Andi Clemens <[hidden email]>: > This looks like a problem with a KIPI plugin to me. I'm developing a KIPI > batch plugin right now and I get the same errors with my plugin when using > threads. The only difference here is that my plugin only crashes with > gwenview, not digiKam :-) > BTW my plugin is not included in current kipi-plugins so don't blame me :-) > Maybe try to compile libkipi and kipi-plugins from SVN, there might be a > change somehow. But I'm not sure, maybe Gilles knows more about that. > A hint that it might be a KIPI problem can be found in your first reply: > > --------------------------------------- > KIPI::Interface::hasFeature: AlbumEQDir > QObject::connect: No such signal > Digikam::DigikamKipiInterface::currentScopeChanged(bool) > QObject::connect: (sender name: 'Digikam_KIPI_interface') > QObject::connect: (receiver name: 'commentseditor') > KCrash: crashing... crashRecursionCounter = 2 > --------------------------------------- > > But again this is just guessing... > > Andi > > > Mikolaj Machowski wrote: > >> Dnia Wednesday 18 of June 2008, Mikolaj Machowski napisał: >>> Dnia Wednesday 18 of June 2008, Gilles Caulier napisał: >>> > Hi all, >>> > >>> > It's time to release 0.9.4-rc1. Pre-release tarball including all >>> > GUI translations is available for testing at this url : >>> > >>> > http://digikam3rdparty.free.fr/0.9.x-releases/digikam-0.9.4-rc1.tar.bz >>> >2 >>> >>> Mandriva 2008.0 >>> >>> Compiled fine but crashes immediately after start. It starts GUI, >>> renders plates but before thumbs appear crash. >>> >> >> And another backtrace: >> >> Using host libthread_db library "/lib/i686/libthread_db.so.1". >> [Thread debugging using libthread_db enabled] >> [New Thread -1250941232 (LWP 14609)] >> [New Thread -1264538736 (LWP 14699)] >> 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 >> #0 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 >> #1 0xb61ee087 in QEventLoop::processEvents () >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> #2 0xb62539e0 in QEventLoop::enterLoop () >> from /usr/lib/qt3/lib/libqt-mt.so.3 >> #3 0xb6253876 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 >> #4 0xb623d90f in QApplication::exec () from >> #/usr/lib/qt3/lib/libqt-mt.so.3 >> #5 0x0804b082 in main (argc=-1208355476, argv=0xb59e2462) at main.cpp:339 >> >> m. > > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I grepped for "commentseditor"
in "https://svn.kde.org/home/kde/branches/extragear/kde3/libs" and "https://svn.kde.org/home/kde/branches/extragear/kde3/graphics", all I found was some comment in the Changelog file of digiKam. So I guess this plugin is gone. Is the answer to the problem "compile libkipi and kipi-plugins"? :-) Andi Gilles Caulier wrote: > Andi, > > you can grep "commentseditor" to all source code to found which > component crash exactly. > > best > > Gilles > > 2008/6/19 Andi Clemens <[hidden email]>: >> This looks like a problem with a KIPI plugin to me. I'm developing a KIPI >> batch plugin right now and I get the same errors with my plugin when >> using threads. The only difference here is that my plugin only crashes >> with gwenview, not digiKam :-) >> BTW my plugin is not included in current kipi-plugins so don't blame me >> :-) Maybe try to compile libkipi and kipi-plugins from SVN, there might >> be a change somehow. But I'm not sure, maybe Gilles knows more about >> that. A hint that it might be a KIPI problem can be found in your first >> reply: >> >> --------------------------------------- >> KIPI::Interface::hasFeature: AlbumEQDir >> QObject::connect: No such signal >> Digikam::DigikamKipiInterface::currentScopeChanged(bool) >> QObject::connect: (sender name: 'Digikam_KIPI_interface') >> QObject::connect: (receiver name: 'commentseditor') >> KCrash: crashing... crashRecursionCounter = 2 >> --------------------------------------- >> >> But again this is just guessing... >> >> Andi >> >> >> Mikolaj Machowski wrote: >> >>> Dnia Wednesday 18 of June 2008, Mikolaj Machowski napisał: >>>> Dnia Wednesday 18 of June 2008, Gilles Caulier napisał: >>>> > Hi all, >>>> > >>>> > It's time to release 0.9.4-rc1. Pre-release tarball including all >>>> > GUI translations is available for testing at this url : >>>> > >>>> > >>>> >2 >>>> >>>> Mandriva 2008.0 >>>> >>>> Compiled fine but crashes immediately after start. It starts GUI, >>>> renders plates but before thumbs appear crash. >>>> >>> >>> And another backtrace: >>> >>> Using host libthread_db library "/lib/i686/libthread_db.so.1". >>> [Thread debugging using libthread_db enabled] >>> [New Thread -1250941232 (LWP 14609)] >>> [New Thread -1264538736 (LWP 14699)] >>> 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 >>> #0 0xb5cfe965 in __errno_location () from /lib/i686/libpthread.so.0 >>> #1 0xb61ee087 in QEventLoop::processEvents () >>> from /usr/lib/qt3/lib/libqt-mt.so.3 >>> #2 0xb62539e0 in QEventLoop::enterLoop () >>> from /usr/lib/qt3/lib/libqt-mt.so.3 >>> #3 0xb6253876 in QEventLoop::exec () from >>> #/usr/lib/qt3/lib/libqt-mt.so.3 >>> #4 0xb623d90f in QApplication::exec () from >>> #/usr/lib/qt3/lib/libqt-mt.so.3 >>> #5 0x0804b082 in main (argc=-1208355476, argv=0xb59e2462) at >>> #main.cpp:339 >>> >>> m. >> >> >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from andi.clemens@gmx.net
Dnia Thursday 19 of June 2008, Andi Clemens napisał:
> This looks like a problem with a KIPI plugin to me. I'm developing a > KIPI batch plugin right now and I get the same errors with my plugin > when using threads. The only difference here is that my plugin only > crashes with gwenview, not digiKam :-) Yep. That was it. Clean compilation of KIPI and everything works fine. m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |