Summary: | Crash while looking at folder with 380 images for first time | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Caswell <tcaswell> |
Component: | Preview-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.8.0 | |
Sentry Crash Report: |
Description
Thomas Caswell
2010-05-17 19:43:10 UTC
This is clearly an out of memory error. Any idea how to report this in the user interface from a non-gui thread? SVN commit 1127842 by mwiesweg: Use standard method to allocate data when constructing from QImage. This should avoid the crash and instead silently fail in the situation of the bug report. CCBUG: 237957 M +13 -7 dimg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1127842 Can you try using digiKam version 1.4.0 including patch from Marcel ? Thanks in advance Gilles Caulier digiKam 1.6.0 is out: http://www.digikam.org/drupal/node/550 Please update and check if this entry still valid. Thanks in advance Gilles Caulier With the commit, it should at least fail and not crash if memory is insufficient for a large image. Feel free to reopen if you experience a crash with a recent (>= 1.7) version. |