Summary: | Digikam Crashed when trying to Edit photo | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Adam Petty <adam> |
Component: | ImageEditor-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, falkaholic, languitar, marcel.wiesweg, michal.borsuk, sven.flossmann |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
Adam Petty
2009-11-15 21:58:26 UTC
Adam, is this happening all the time? The error actually should not appear, because the string object that is supposed to be returned is created in the imageplugin constructor. You are using a 64bit system, maybe it is a Qt bug? I use 32bit and can not reproduce this crash. I can add an extra check temporarily. Can you compile the latest SVN version after I added the check? Andi SVN commit 1049952 by aclemens: Temporary check to test if the private class and therefore the string object is missing. CCBUG:214718 M +10 -0 imageplugin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1049952 *** Bug 214676 has been marked as a duplicate of this bug. *** To start off with I am very new to Linux. I didn't think I installed a 64bit os. If you tell me what I need to do, I can try it. ________________________________ From: Andi Clemens <andi.clemens@gmx.net> To: adam@akpetty.com Sent: Mon, November 16, 2009 4:59:24 AM Subject: [Bug 214718] Digikam Crashed when trying to Edit photo https://bugs.kde.org/show_bug.cgi?id=214718 --- Comment #1 from Andi Clemens <andi clemens gmx net> 2009-11-16 10:59:23 --- Adam, is this happening all the time? The error actually should not appear, because the string object that is supposed to be returned is created in the imageplugin constructor. You are using a 64bit system, maybe it is a Qt bug? I use 32bit and can not reproduce this crash. I can add an extra check temporarily. Can you compile the latest SVN version after I added the check? Andi I am not sure if this is stil open or not. It can be closed I fixed the issue. I recompiled it after makeing sure I had all the correct dependancies. Thank you ________________________________ From: Andi Clemens <andi.clemens@gmx.net> To: adam@akpetty.com Sent: Mon, November 16, 2009 4:59:24 AM Subject: [Bug 214718] Digikam Crashed when trying to Edit photo https://bugs.kde.org/show_bug.cgi?id=214718 --- Comment #1 from Andi Clemens <andi clemens gmx net> 2009-11-16 10:59:23 --- Adam, is this happening all the time? The error actually should not appear, because the string object that is supposed to be returned is created in the imageplugin constructor. You are using a 64bit system, maybe it is a Qt bug? I use 32bit and can not reproduce this crash. I can add an extra check temporarily. Can you compile the latest SVN version after I added the check? Andi Ok thanks for the report... Gilles Caulier With RC1 it crashes at the same position. The private class was added only recently (Oct 27nd). Sven and anyone who gets this crash, please ensure you have no older image plugins left. Check installed plugins in /usr/lib64/kde4/digikamimageplugin_* Thanks a lot for your explanation. There have been some old style plugins in the way. If I remove them, everything works fine. *** Bug 219356 has been marked as a duplicate of this bug. *** *** Bug 219612 has been marked as a duplicate of this bug. *** *** Bug 223752 has been marked as a duplicate of this bug. *** Since digiKam 5.2.0, the image editor plugin interface was removed in favor of tools directly embeded in digiKam core. This problem will not reproducible. Gilles Caulier |