Summary: | Application crash when using curves correction | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | boivin.jerome |
Component: | Plugin-Editor-Curves | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.7.0 | |
Sentry Crash Report: |
Description
boivin.jerome
2012-06-02 21:22:09 UTC
It crash in undo manager from image editor. Do you have your system temp dir used to store undo images with no free space ? No, my hd has still 400GB free. The call stack on thread 1 effectively shows Digikam::UndoManager::anyMoreRedo(), but I didn't have a look at code yet... By the way, not using ramfs on /tmp On my system, undo files are written into /var/... (Mageia2 Linux) Gilles Caulier Code from anyMoreRedo: bool UndoManager::anyMoreRedo() const { return !d->redoActions.isEmpty(); } Debug info would be helpful. Also ensure that the imageplugin_color.so matches the digikam version. Official digiKam 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 Was a libraries dependencies conflict. Sorry, and thanks for helping ! |