Summary: | crash when saving geocoordinates | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Arnout Boelens <a.m.p.boelens> |
Component: | Geolocation-GoogleMaps | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, fabien.ubuntu, klei6b05, mike, mkuem, uwe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: | |||
Attachments: |
Backtrace of my crash
Backtrace of my crash with kipi 0.1.6 gdb backtrace of the crash backtrace of crash, now with kipi-plugins debug symbols |
Description
Arnout Boelens
2008-06-30 00:33:39 UTC
The crash appears in KHTML, not digiKam Gilles Caulier Would you know whether there are still people fixing bugs for khtml 3? Or should I wait for digikam 0.10? Created attachment 28013 [details]
Backtrace of my crash
I can reproduce this bug with digikam 0.9.3 KDE 3.5.7 release 72.9 with opensuse 10.3. On opening the editing window, no map appears and on clicking either "OK" or "Cancel" digikam crashes with the attached backtrace. It crashes with every image i've already tried and i couldn't find any circumstances, under which it *don't* crash. A few versions of digikam ago, all worked well. SVN commit 880109 by cgilles: kipi-plugins from trunk : GPSSync : Google API has changed. now to change map type, values to pass in url are differents, especially for normal map. Using old values can crash KHTML embeded in the plugin. So, this commit fix the problem. More info here: http://groups.google.it/group/Google-Maps-API/browse_thread/thread/eec00441339c0a52/ed984365b8a3b18e?lnk=raot CCMAIL: fzellini@gmail.com CCBUGS: 159570 CCBUGS: 165370 M +1 -1 gpseditdialog.cpp M +1 -1 gpsmapwidget.cpp M +1 -1 gpstracklisteditdialog.cpp M +1 -1 gpstracklistwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=880109 *** Bug 175316 has been marked as a duplicate of this bug. *** *** Bug 159570 has been marked as a duplicate of this bug. *** This file is fixed in svn. Gilles Caulier When can I expect this fix to be trickled down to the openSuse RPM repositories? When suse will update kipi-plugins package to 0.1.6... Gilles Caulier Created attachment 31365 [details]
Backtrace of my crash with kipi 0.1.6
I still have this problem after update to openSuse 11.1. (still using KDE 3.5) digiKam (0.9.4-51.18) in its settings dialog says it's using kipi-plugins 0.1.6 Installed is kipi-plugins 0.1.5-65.13 and libkipi0 0.1.6-1.60. Does this include the patch? Can I replace kipi-plugins with kde4-kipi-plugins (0.2beta3-1.21)? Julian, can you test this again with kipi-plugins version 0.9? Michael I can confirm this bug. Everytime I close the gps-edit dialog, digikam crashes, no matter whether I close via "ok" or "cancel". I use Debian testing, only digikam 1.0-rc1, kipi-plugins 0.9 from unstable. I attach a backtrace from gdb, which I produced just by opening the edit gps dialog for an arbitrary picture and clicking "cancel". Created attachment 38889 [details]
gdb backtrace of the crash
Created attachment 38897 [details]
backtrace of crash, now with kipi-plugins debug symbols
Comment on attachment 38889 [details]
gdb backtrace of the crash
forgot kipi debug symbols. See new backtrace below.
Just to add: Exactly the same thing happens, when I open the track list editor and just close it. This is not too surprising, as, according to the backtrace, the crash happens while trying to clean up the khtml widget (If I interpret the backtrace right, I have not too much experience with gdb). I just recognized that that is probably a already fixed bug in kdelibs, which has not yet entered Debian. http://websvn.kde.org/?revision=1033984&view=revision looks like a fix for this, but the most recent kde4libs package in debian is one day older. *** This bug has been marked as a duplicate of bug 209960 *** This crash is relevant of KHTML. Since digiKam 5.x we use Qt5::WebView instead. Gilles Caulier |