[Digikam-devel] [Bug 207710] Crash while loading large file (Digikam::DImgScale::dimgScaleAARGB, Digikam::DImg::smoothScaleSection, Digikam::DImgInterface::paintOnDevice)

Andi Clemens andi.clemens at gmx.net
Wed Oct 21 13:42:06 BST 2009


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


Andi Clemens <andi.clemens at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from Andi Clemens <andi clemens gmx net>  2009-10-21 14:41:34 ---
I can confirm this crash when using GDB and the following steps:

1) open showFoto, Liquid Rescale
2) set some width or whatever parameter
3) set breakpoint at dimgscale.cpp:156
4) when breakpoint is hit, set scaleInfo->xup_yup == 0 (to simulate the above
backtrace)
5) resume GDB
6) it will crash

Either xup_yup=0 is always invalid in this case and something set this to a
wrong parameter, or the code in dimgscale is wrong.
Maybe different xup_yup values will give different crashes?
At least it shouldn't contain 1,2 or 3, to reach the else path where the above
crash happened.

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