[Digikam-devel] [Bug 290983] digiKam crashes when selecting: Image - Geo-location option

Marcel Wiesweg marcel.wiesweg at gmx.de
Mon Jan 9 18:09:50 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=290983





--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de>  2012-01-09 18:09:49 ---
Crash occurs here:
void ImagePropertiesSideBarDB::slotFileMetadataChanged(const KUrl& url)
{
    if (url == m_currentURL)

Pretty unusual, QUrl is implicitly shared full object. Usually, at some place
the object must enter its life invalidly. Where does the QUrl come from?
It can be found in KIPI::ImageInfoShared's member variable _url.
So first and foremost, I would assume a binary incompatibility between digikam,
libkipi and the kipi plugin, or a kipi plugin which uses invalid image infos.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list