Summary: | PIcture download | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Yofranch <yoann.francheteau> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, fredericg_99, gabor.fekete, pbhj, tpr, yoann.francheteau |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.1.0 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Yofranch
2014-02-02 18:53:56 UTC
Created attachment 84992 [details]
New crash information added by DrKonqi
digikam (4.0.0-beta3) on KDE Platform 4.11.5 using Qt 4.8.5
- What I was doing when the application crashed: Downloading my pictures from my sony alpha 77, raw format. I tried several and unic picture, same problem.
-- Backtrace (Reduced):
#6 Digikam::Album::globalID (this=0x0) at /usr/src/debug/digikam-software-compilation/core/digikam/album/album.cpp:227
#7 0x00000000007d87a3 in Digikam::ImportUI::slotDownload (this=0x1cf3680, onlySelected=<optimized out>, deleteAfter=<optimized out>, album=0x0) at /usr/src/debug/digikam-software-compilation/core/utilities/importui/main/importui.cpp:1506
#8 0x00000000007d9786 in slotDownloadSelected (this=<optimized out>) at /usr/src/debug/digikam-software-compilation/core/utilities/importui/main/importui.cpp:1426
#9 Digikam::ImportUI::qt_static_metacall (_o=0x1cf3680, _c=58384056, _id=0, _a=0x10) at /usr/src/debug/digikam-software-compilation/build/core/utilities/importui/importui.moc:199
[...]
#11 0x00007f94ac8bc752 in QAction::triggered (this=this@entry=0x4f094e0, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
For some reason album pointer is null, relevant code is this: pAlbum = dynamic_cast<PAlbum*>(album); group.writeEntry(d->configLastTargetAlbum, album->globalID()); Teemu, dynamic cast check pointer validity and return null if conversion fail. Just check if point is null at least to prevent crash Gilles Caulier digiKam 4.0.0 is out : http://www.digikam.org/node/713 Please check if this entry still valid with this new version. Thanks in advance Gilles Caulier *** Bug 335708 has been marked as a duplicate of this bug. *** After killing DigikamRC in /home/#user#/.kde4/share/config folder everything went ok. Thanks for the feedback. I close this file now. Reopen if necessary... Gilles Caulier *** Bug 335927 has been marked as a duplicate of this bug. *** *** Bug 338482 has been marked as a duplicate of this bug. *** > I close this file now. Reopen if necessary...
Should it not be reopened since it's still valid?... (see #338482 against 4.0.0)
Created attachment 96300 [details]
New crash information added by DrKonqi
digikam (4.0.0) on KDE Platform 4.14.2 using Qt 4.8.6
- What I was doing when the application crashed: The program crashed each time I tried to download pictures from Nikon D3200
-- Backtrace (Reduced):
#6 Digikam::Album::globalID (this=0x0) at /build/buildd/digikam-4.0.0/core/digikam/album/album.cpp:227
#7 0x00000000007d3d43 in Digikam::ImportUI::slotDownload (this=0x423e040, onlySelected=<optimized out>, deleteAfter=<optimized out>, album=0x0) at /build/buildd/digikam-4.0.0/core/utilities/importui/main/importui.cpp:1475
#8 0x00000000007d4d26 in slotDownloadSelected (this=<optimized out>) at /build/buildd/digikam-4.0.0/core/utilities/importui/main/importui.cpp:1395
#9 Digikam::ImportUI::qt_static_metacall (_o=0x423e040, _c=69889032, _id=0, _a=0x10) at /build/buildd/digikam-4.0.0/obj-x86_64-linux-gnu/core/utilities/importui/importui.moc:199
[...]
#11 0x00007f5bec5b7a62 in QAction::triggered (this=this@entry=0x5a81b40, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
|