https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #37 from [hidden email] --- With two monitor, CM check, digikam crash on reduce restore, and crash or don't quit while a task is in progress --> crash when quit and a task is in progress --> doesn't crash but doesn't quit when no task is in progress -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #38 from [hidden email] --- Color profile was default digikam one, default CM config, no change except check or uncheck CM. -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #39 from Marcel Wiesweg <[hidden email]> --- There is indeed a problem of having a static variable of a displaying widget in ThumbnailLoadThread. At the time of writing, I assume I was not aware of the implications. A workaround for now could be storing an IccProfile for now in the static_d, instead of storing the QWidget, which is retrieved in setDisplayingWidget. -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #40 from Marcel Wiesweg <[hidden email]> --- Git commit 5e19edff8afc8eeca9f3b9cbc92d3a54f23ae533 by Marcel Wiesweg. Committed on 03/11/2013 at 18:16. Pushed by mwiesweg into branch 'master'. Do not store a QWidget in a static variable to retrieve the IccProfile for thumbnails. This crashes in case the thread is used from a non-UI thread. Instead, store the IccProfile when the widget is set. This is not perfect, the previous solution was not perfect either. Note: For thumbnails, the profile setting is global for performance reasons M +5 -5 libs/threadimageio/thumbnailloadthread.cpp M +0 -1 utilities/maintenance/thumbstask.cpp http://commits.kde.org/digikam/5e19edff8afc8eeca9f3b9cbc92d3a54f23ae533 -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #41 from Gilles Caulier <[hidden email]> --- Eric, After last Marcel commit from comment #40, are you able to reproduce the crash ? Gilles Caulier -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #42 from Gilles Caulier <[hidden email]> --- Eric, I checked last commit from Marcel, and crash is not reproducible here... Gilles Caulier -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |4.0.0 -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #43 from [hidden email] --- Thank you Gilles, I will update, compile and test today. Le lundi 04 novembre 2013 à 08:34 +0000, Gilles Caulier a écrit : > https://bugs.kde.org/show_bug.cgi?id=326959 > > --- Comment #42 from Gilles Caulier <[hidden email]> --- > Eric, > > I checked last commit from Marcel, and crash is not reproducible here... > > Gilles Caulier > -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #44 from [hidden email] --- Hello, Digikam exit normally : #LOG GDB when exit# digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: ---- [Thread 0xab654b40 (LWP 20981) exited] digikam(20976)/KDCRAW KDcrawIface::RActionThreadBase::cancel: Cancel Main Thread digikam(20976)/KDCRAW KDcrawIface::RActionThreadBase::~RActionThreadBase: calling action thread destructor digikam(20976)/KDCRAW KDcrawIface::RActionThreadBase::cancel: Cancel Main Thread [Thread 0xaa2ffb40 (LWP 20986) exited] [Thread 0xaacffb40 (LWP 20982) exited] [Inferior 1 (process 20976) exited normally] #End log# And no crash during thumbnail maintenance scan. But digikam doesn't show thumbnails in main view, tag view ... with an other error : ## Log gdb no thumbnail is showned - slaved process fail to start #### digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: ---- [New Thread 0x92e25b40 (LWP 21028)] digikam(20976): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamdates'. " digikam(20976)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: Failed to list dates digikam(20976): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. " digikam(20976)/digikam (core) Digikam::ImageAlbumModel::slotResult: Failed to list url: "Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. ." digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin "JPEGLossless" (generic name: "JPEGLossless" ) is in the ignore list from host application digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin "JPEGLossless" (generic name: "JPEGLossless" ) is in the ignore list from host application ### end log ### Componants : digiKam version 4.0.0-beta1 Codec PGF parallélisé: Non Composant graphique Marble: 0.16.2 (stable version) Demosaic GPL2 pack support: Inconnu Demosaic GPL3 pack support: Inconnu Dématriçage parallélisé: Inconnu Exiv2 peut écrire dans un fichier JP2: Oui Exiv2 peut écrire dans un fichier JPEG: Oui Exiv2 peut écrire dans un fichier PGF: Oui Exiv2 peut écrire dans un fichier PNG: Oui Exiv2 peut écrire dans un fichier TIFF: Oui Exiv2 prend en charge les métadonnées XMP: Oui LibCImg: 130 LibEigen: 3.0.5 LibExiv2: 0.22 LibJPEG: 80 LibJasper: 1.900.1 LibKDE: 4.11.2 LibKExiv2: 2.3.1 LibKGeoMap: 2.0.0 LibKdcraw: 2.4.0 LibLCMS: 2040 LibLensFun: 0.2.7-0 LibPGF: 6.12.27 - bibliothèque interne LibPNG: 1.2.46 LibQt: 4.8.2 LibRaw: 0.15.4 LibTIFF: LIBTIFF, Version 3.9.5 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Prise en charge du codec RawSpeed: Inconnu LibGphoto2: 2.4.14 LibKface: 3.0.0 LibKipi: 2.1.0 LibOpenCV: 2.4.5 Modules externes KIPI: 3.5.0 Moteur de base de données: QMYSQL Serveur interne de base de données: Non Date de compilation : Nov 4 2013 (cible : debugfull) Rév. : ea2847ec161df82f8d64e70afdbc5d12feb7708e How I'm building : 1 - do a ./download-repos in my sources folder : dkgitdigikamsoftwarecompilation 2 - as nothing update (for digikam since 3 - do a git pull in master branch of my sources in another folder : dkgitdigikammaster, that containt developpment repositorie 4 - do a diff of content of folder dkgitdigikammaster and dkgitdigikasoftwarecompilation/core/ 5 - cp changed or added files from dkgidigikammaster to dkgitsofwarecompilation/core/ 6 - do a make, then a make install in my builddigikamsofwarecompilation folder Last commit on digikamsofwarecompilation : commit 03a02db2c5a61d3843126b444dab05c9f4d8e05d Author: Gilles Caulier <[hidden email]> Date: Mon Oct 21 09:26:25 2013 +0200 ENABLE_RAWSPEED is an obsolete compilation option diff --git a/bootstrap.linux b/bootstrap.linux index 5edf233..c748ed6 100755 --- a/bootstrap.linux +++ b/bootstrap.linux @@ -35,7 +35,6 @@ cmake -G "$MAKEFILES_TYPE" . \ -DDIGIKAMSC_CHECKOUT_PO=off \ -DENABLE_PRESENTATIONMODE=off\ -DENABLE_LCMS2=on \ - -DENABLE_RAWSPEED=on \ -DENABLE_NEPOMUKSUPPORT=ON \ -Wno-dev \ .. diff --git a/bootstrap.local b/bootstrap.local index 5ecc46a..af4e3b4 100755 --- a/bootstrap.local +++ b/bootstrap.local @@ -60,6 +60,6 @@ cmake -G "$MAKEFILES_TYPE" . \ -DDIGIKAMSC_CHECKOUT_PO=off \ -DENABLE_PRESENTATIONMODE=off\ -DENABLE_LCMS2=off \ - -DENABLE_RAWSPEED=off \ + -DENABLE_NEPOMUKSUPPORT=ON \ -Wno-dev \ .. diff --git a/bootstrap.msvc.bat b/bootstrap.msvc.bat index c697cbe..33edb75 100755 --- a/bootstrap.msvc.bat +++ b/bootstrap.msvc.bat @@ -31,7 +31,6 @@ cmake -G "NMake Makefiles" . ^ -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on ^ -DDIGIKAMSC_COMPILE_DOC=off ^ -DENABLE_LCMS2=off ^ - -DENABLE_RAWSPEED=on ^ -Wno-dev ^ -DEXPAT_LIBRARY=%KDE4_INSTALL_DIR%/lib/expat.lib ^ -DCMAKE_INCLUDE_PATH=%KDE4_INSTALL_DIR%/include ^ Last commit on digikam master development : commit 27ad0e0a42c381afd6b7833de1845125376b77d8 Author: Marcel Wiesweg <[hidden email]> Date: Mon Nov 4 19:45:41 2013 +0100 There's a simple problem with slotAbortAll: The event loop is entered and never quits if there is no active ProgressItem. Add a check which returns from the method if the list of ProgressItems is empty. Gilles: Please check if this is ok. diff --git a/libs/progressmanager/progressmanager.cpp b/libs/progressmanager/progressmanager.cpp index ac6a0f7..57cf70b 100644 --- a/libs/progressmanager/progressmanager.cpp +++ b/libs/progressmanager/progressmanager.cpp @@ -580,6 +580,10 @@ void ProgressManager::slotAbortAll() QHash<QString,ProgressItem*> hash; { QMutexLocker lock(&d->mutex); + if (d->transactions.isEmpty()) + { + return; + } hash = d->transactions; } Is it right or I'm missing something ? Thank you, Eric -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #45 from Gilles Caulier <[hidden email]> --- Eric, All is fine. I can close this file now... Gilles Caulier -- 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 |
Hello Gilles,
What's about this ? But digikam doesn't show thumbnails in main view, tag view ... with an other error : ## Log gdb no thumbnail is showned - slaved process fail to start #### digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: ---- [New Thread 0x92e25b40 (LWP 21028)] digikam(20976): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamdates'. " digikam(20976)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: Failed to list dates digikam(20976): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. " digikam(20976)/digikam (core) Digikam::ImageAlbumModel::slotResult: Failed to list url: "Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. ." digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin "JPEGLossless" (generic name: "JPEGLossless" ) is in the ignore list from host application digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin "JPEGLossless" (generic name: "JPEGLossless" ) is in the ignore list from host application ### end log ### Le mardi 05 novembre 2013 à 09:20 +0000, Gilles Caulier a écrit : > https://bugs.kde.org/show_bug.cgi?id=326959 > > Gilles Caulier <[hidden email]> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution|--- |FIXED > > --- Comment #45 from Gilles Caulier <[hidden email]> --- > Eric, > > All is fine. I can close this file now... > > Gilles Caulier > _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
These errors are due to a wrong install of digiKam kioslaves to KDE
path in your system. It can be to a wrong or missing path in $PATH. This problem have been already reported in bugzilla or digiKam users mailing list... Gilles Caulier 2013/11/5 eric <[hidden email]>: > Hello Gilles, > > What's about this ? > > But digikam doesn't show thumbnails in main view, tag view ... with an > other > error : > ## Log gdb no thumbnail is showned - slaved process fail to start #### > digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: > ---- > [New Thread 0x92e25b40 (LWP 21028)] > digikam(20976): couldn't create slave: "Unable to create io-slave: > klauncher said: Error loading 'kio_digikamdates'. > " > digikam(20976)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: > Failed > to list dates > digikam(20976): couldn't create slave: "Unable to create io-slave: > klauncher said: Error loading 'kio_digikamalbums'. > " > digikam(20976)/digikam (core) Digikam::ImageAlbumModel::slotResult: > Failed to > list url: "Could not start process Unable to create io-slave: > klauncher said: Error loading 'kio_digikamalbums'. > ." > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > "JPEGLossless" > (generic name: "JPEGLossless" ) is in the ignore list from host > application > > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > "JPEGLossless" > (generic name: "JPEGLossless" ) is in the ignore list from host > application > > ### end log ### > > Le mardi 05 novembre 2013 à 09:20 +0000, Gilles Caulier a écrit : >> https://bugs.kde.org/show_bug.cgi?id=326959 >> >> Gilles Caulier <[hidden email]> changed: >> >> What |Removed |Added >> ---------------------------------------------------------------------------- >> Status|UNCONFIRMED |RESOLVED >> Resolution|--- |FIXED >> >> --- Comment #45 from Gilles Caulier <[hidden email]> --- >> Eric, >> >> All is fine. I can close this file now... >> >> Gilles Caulier >> > > > _______________________________________________ > 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 |
Thank you,
I rebuild, then re-make. Le mardi 05 novembre 2013 à 10:35 +0100, Gilles Caulier a écrit : > These errors are due to a wrong install of digiKam kioslaves to KDE > path in your system. > > It can be to a wrong or missing path in $PATH. This problem have been > already reported in bugzilla or digiKam users mailing list... > > Gilles Caulier > > 2013/11/5 eric <[hidden email]>: > > Hello Gilles, > > > > What's about this ? > > > > But digikam doesn't show thumbnails in main view, tag view ... with an > > other > > error : > > ## Log gdb no thumbnail is showned - slaved process fail to start #### > > digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: > > ---- > > [New Thread 0x92e25b40 (LWP 21028)] > > digikam(20976): couldn't create slave: "Unable to create io-slave: > > klauncher said: Error loading 'kio_digikamdates'. > > " > > digikam(20976)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: > > Failed > > to list dates > > digikam(20976): couldn't create slave: "Unable to create io-slave: > > klauncher said: Error loading 'kio_digikamalbums'. > > " > > digikam(20976)/digikam (core) Digikam::ImageAlbumModel::slotResult: > > Failed to > > list url: "Could not start process Unable to create io-slave: > > klauncher said: Error loading 'kio_digikamalbums'. > > ." > > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > > "JPEGLossless" > > (generic name: "JPEGLossless" ) is in the ignore list from host > > application > > > > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > > "JPEGLossless" > > (generic name: "JPEGLossless" ) is in the ignore list from host > > application > > > > ### end log ### > > > > Le mardi 05 novembre 2013 à 09:20 +0000, Gilles Caulier a écrit : > >> https://bugs.kde.org/show_bug.cgi?id=326959 > >> > >> Gilles Caulier <[hidden email]> changed: > >> > >> What |Removed |Added > >> ---------------------------------------------------------------------------- > >> Status|UNCONFIRMED |RESOLVED > >> Resolution|--- |FIXED > >> > >> --- Comment #45 from Gilles Caulier <[hidden email]> --- > >> Eric, > >> > >> All is fine. I can close this file now... > >> > >> Gilles Caulier > >> > > > > > > _______________________________________________ > > 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hello,
It's solved. To build digikam 4.0.0 beta1 from git and enable internal libpgf (6.12.27 - Internal), you/I need to remove official release of libpgf (6.11.24). Without that, digikam is build with external libpgf (6.11.24) as no option are available to force the use of internal lib with CMAKE (test is made to test if external libpgf is setup and use it if yes). So to build digikam with internal libpgf you need to remove official release packages (lipgf) then build digikam. If you don't then reinstall official release of libpgf (6.11.24), you should found in /yourhome/.xession-error the above trace : ## begin of log ## Could not open library '/usr/lib/kde4/kio_digikamdates.so'. Cannot load library /usr/lib/kde4/kio_digikamdates.so: (libpgf.so.6: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type) ## end of log ## and in digikam logs : ## klauncher said: Error loading 'kio_digikamalbums'. ." ### Reinstalling official libpgf package solve this. So to build digikam git last release with internal lippgf. 1 - remove libpgf official packages with synaptic or apt-get 2 - build digikam with bootstrap.local ... 3 - make 4 - make install If you need to rebuild : remove libpgf official packages before to do it and reinstall it after make and make install. Thank you, Eric Le mardi 05 novembre 2013 à 11:03 +0100, eric a écrit : > Thank you, > > I rebuild, then re-make. > > Le mardi 05 novembre 2013 à 10:35 +0100, Gilles Caulier a écrit : > > These errors are due to a wrong install of digiKam kioslaves to KDE > > path in your system. > > > > It can be to a wrong or missing path in $PATH. This problem have been > > already reported in bugzilla or digiKam users mailing list... > > > > Gilles Caulier > > > > 2013/11/5 eric <[hidden email]>: > > > Hello Gilles, > > > > > > What's about this ? > > > > > > But digikam doesn't show thumbnails in main view, tag view ... with an > > > other > > > error : > > > ## Log gdb no thumbnail is showned - slaved process fail to start #### > > > digikam(20976)/KGEOMAP KGeoMap::ItemMarkerTiler::slotSourceModelReset: > > > ---- > > > [New Thread 0x92e25b40 (LWP 21028)] > > > digikam(20976): couldn't create slave: "Unable to create io-slave: > > > klauncher said: Error loading 'kio_digikamdates'. > > > " > > > digikam(20976)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: > > > Failed > > > to list dates > > > digikam(20976): couldn't create slave: "Unable to create io-slave: > > > klauncher said: Error loading 'kio_digikamalbums'. > > > " > > > digikam(20976)/digikam (core) Digikam::ImageAlbumModel::slotResult: > > > Failed to > > > list url: "Could not start process Unable to create io-slave: > > > klauncher said: Error loading 'kio_digikamalbums'. > > > ." > > > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > > > "JPEGLossless" > > > (generic name: "JPEGLossless" ) is in the ignore list from host > > > application > > > > > > digikam(20976)/KIPI (loading) KIPI::PluginLoader::init: Plugin > > > "JPEGLossless" > > > (generic name: "JPEGLossless" ) is in the ignore list from host > > > application > > > > > > ### end log ### > > > > > > Le mardi 05 novembre 2013 à 09:20 +0000, Gilles Caulier a écrit : > > >> https://bugs.kde.org/show_bug.cgi?id=326959 > > >> > > >> Gilles Caulier <[hidden email]> changed: > > >> > > >> What |Removed |Added > > >> ---------------------------------------------------------------------------- > > >> Status|UNCONFIRMED |RESOLVED > > >> Resolution|--- |FIXED > > >> > > >> --- Comment #45 from Gilles Caulier <[hidden email]> --- > > >> Eric, > > >> > > >> All is fine. I can close this file now... > > >> > > >> Gilles Caulier > > >> > > > > > > > > > _______________________________________________ > > > 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 > > > _______________________________________________ > 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #46 from Gilles Caulier <[hidden email]> --- *** Bug 329834 has been marked as a duplicate of this bug. *** -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #47 from Gilles Caulier <[hidden email]> --- *** Bug 330904 has been marked as a duplicate of this bug. *** -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #48 from [hidden email] --- Sorry but it doesn't look solved to me. I try yesterday, both from latest gist (4.0.0-beta3) and 3.5 compiled from src and the problem happens in both case... attached a gdb trace (try twice w 4) -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
--- Comment #49 from [hidden email] --- Created attachment 85051 --> https://bugs.kde.org/attachment.cgi?id=85051&action=edit gdb trace log -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Jekyll Wu <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #85051|application/octet-stream |text/plain mime type| | -- 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 eldk
https://bugs.kde.org/show_bug.cgi?id=326959
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #50 from Gilles Caulier <[hidden email]> --- *** Bug 330974 has been marked as a duplicate of this bug. *** -- 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 |
Free forum by Nabble | Edit this page |