Summary: | Crash while uploading to PicasaWeb | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ronald Holshausen <uglyog> |
Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, Parsifal.Herzog, sheldonl, tcaswell |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.0.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Ronald Holshausen
2012-03-24 00:28:35 UTC
Crash come from QUrl through image properties sidebar tab. It's a non sense. Sound like a binary compatibility issue. Please update to last 2.5.0 and try again. Gilles Caulier Created attachment 70062 [details]
New crash information added by DrKonqi
digikam (2.6.0-rc) on KDE Platform 4.8.1 (4.8.1) using Qt 4.8.0
- What I was doing when the application crashed:
0) export -> picasa a single photo
1) logged in using google credentials.
2) selected existing album
3) hit upload button
set to convert image (tiff) to a jpg + resize
-- Backtrace (Reduced):
#6 setParams (found=0 '\000', expected=0 '\000', message=0x0, source=0x0, this=0x7f51b705d5c7) at io/qurl.cpp:280
#7 QUrlPrivate::parse (this=0x7f51b705d53f, parseOptions=QUrlPrivate::ParseAndSet) at io/qurl.cpp:3821
#8 0x00007f51f1e4f7ea in QUrl::operator== (this=0x7fffb9c46668, url=...) at io/qurl.cpp:6036
#9 0x00000000004a5750 in Digikam::ImagePropertiesSideBarDB::slotFileMetadataChanged (this=0x30c6840, url=...) at /home/tcaswell/other_source/digikam-sc/core/libs/imageproperties/imagepropertiessidebardb.cpp:382
#10 0x00000000004a3c0c in Digikam::ImagePropertiesSideBarDB::qt_static_metacall (_o=0x30c6840, _c=QMetaObject::InvokeMetaMethod, _id=14, _a=0x7fffb9c46130) at /home/tcaswell/other_source/digikam-sc/build/core/digikam/imagepropertiessidebardb.moc:95
This happens to me as well. I'm on kubuntu with the following packages: sheldonl@ubuntu:~$ dpkg -l | grep digikam ii digikam 2:2.1.1-0ubuntu1 digital photo management application for KDE ii digikam-data 2:2.1.1-0ubuntu1 digikam architecture-independent data ii libkface-data 1.0~digikam2.1.1-0ubuntu1 Data files for libkface ii libkface1 1.0~digikam2.1.1-0ubuntu1 LibFace wrapper for Qt/C++ ii libkgeomap-data 1.0~digikam2.1.1-0ubuntu1 Data files for libkgeomap ii libkgeomap1 1.0~digikam2.1.1-0ubuntu1 World-map wrapper to browse and arrange photos over a map ii libkvkontakte-data 1.0~digikam2.1.1-0ubuntu1 Data files for libkvkontakte ii libkvkontakte1 1.0~digikam2.1.1-0ubuntu1 vkontakte.ru library sheldonl@ubuntu:~$ dpkg -l | grep kipi ii kipi-plugins 2:2.1.1-0ubuntu1 image manipulation/handling plugins for KIPI aware programs ii kipi-plugins-common 2:2.1.1-0ubuntu1 kipi-plugins architecture-independent data ii libkipi-data 4:4.8.2-0ubuntu1~ppa1~oneiric1 data files for kipi libraries ii libkipi8 4:4.8.2-0ubuntu1~ppa1~oneiric1 library for apps that want to use kipi-plugins (runtime version) I don't have all the debug libs installed so I can't give a trace yet. This happens (in Digicam 2.6.0,) when there is a duplicate file already on Picasaweb. Gwenview (using same kipi plugin) offers a cryptic "Upload failed" message box, but does not crash under the same circumstances. Official Kipi-plugins 2.6.0 release is out since few days now : http://www.digikam.org/drupal/node/656 Please, check if this entry still valid, or update report accordingly. Thanks in advance. Gilles Caulier Yes, problem occurs with kipi-plugins 2.6.0: $ rpm -q digikam digikam-2.6.0-1.mga2 $ rpm -q kipi-plugins kipi-plugins-2.6.0-1.mga2 $ digikam -v Qt: 4.8.1 KDE Development Platform: 4.8.2 (4.8.2) digiKam: 2.6.0 $ This entry still valid using last kipi-plugins 3.5.0 ? Gilles Caulier On 23/12/13 06:11 AM, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=296650 > > --- Comment #7 from Gilles Caulier <caulier.gilles@gmail.com> --- > This entry still valid using last kipi-plugins 3.5.0 ? > > Gilles Caulier > I have kipi-plugins-3.1.0. The problem occurred when attempting to upload a file which was already present on Picasaweb. This version does not crash under this circumstance: it now presents a very useful dialog to resolve the conflict. The various options presented seem to work correctly. This was the first time I tried this since just recently upgrading from Mageia 2 (I586) with Digikam 2.6.0 to Mageia 3 (X86-64) with Digikam 3.1.0. Hopefully the issue is not related in some way to processor architecture. Thank you, for your fine work - it is very very useful to me! Parsifal Seems fixed now. Just tested it. |