[Digikam-devel] [Bug 307602] Large TIFF files crash digiKam (>1Gb)

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Oct 11 19:54:01 BST 2012


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

--- Comment #18 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
All buffers are allocated in lines 461/2:
            data.reset(new_failureTolerant(w * h * 4));
            QScopedArrayPointer<uchar> strip(new_failureTolerant(w *
rows_per_strip * 4));
and checked later.

Does it crash already on the first iteration, or sometime late during the
decoding?
Is it possible to get a valgrind trace?

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list