[Digikam-devel] [Bug 190593] DigiKam crashes on start-up

Marcel Wiesweg marcel.wiesweg at gmx.de
Sun Apr 26 13:24:14 BST 2009


https://bugs.kde.org/show_bug.cgi?id=190593





--- Comment #11 from Marcel Wiesweg <marcel wiesweg gmx de>  2009-04-26 14:24:11 ---
This requires a fix, although it now works for you - we do not need to load the
full image at startup. It seems that loading this huge image really is too much
for your memory, so it's ok that operator new fails here (We load it as QImage,
with the data in the QImage once, then copy it to an internal buffer, so it's
at least twice the memory. And raw memory will be more than file size)

-- 
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