Summary: | Crash on start (during the collection re-scan) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Telanos <tbaecker.spam> |
Component: | Database-Scan | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, cfeck, kdebugs |
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 3.2.0 | |
Sentry Crash Report: |
Description
Telanos
2012-09-01 02:02:25 UTC
It crash in Qt image loader, not digiKam... Gilles Caulier It crashes here: /build/buildd/digikam-2.5.0/core/libs/dimg/loaders/qimageloader.cpp:117 (qBlue is only a macro) Agreed, crashes inside the QImage loader. Most probably, memory allocation fails for the large image (digikam does not support tiles). I dont know, though, why the safe memory allocation "seems" to work (we watch for std::bad_alloc) I also see this behavior. (In reply to comment #4) digikam-3.0.0-1.2.1.x86_64 on OpenSUSE 12.3 patched as of today. (In reply to comment #5) Upgrading to digikam 3.1.0 resolved my problem. |