[Digikam-devel] [Bug 214837] Crash while saving picture in pic editor
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Nov 27 16:30:43 GMT 2009
https://bugs.kde.org/show_bug.cgi?id=214837
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcel.wiesweg at gmx.de
--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-11-27 17:30:39 ---
It seems system was getting out of memory when allocating for the CImg.
Solution is to catch std::bad_alloc. The question is where to catch the
exception: inside CImg? When calling CImg? Or around every filter, as a safety
net for future problems as well?
In the latter case we should probably send some sort of user notification that
the filter failed because out-of-memory conditions.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list