[Kst] [Bug 241273] deadlock when zooming data

Andrew Walker arwalker at sumusltd.com
Fri Jun 11 02:15:42 CEST 2010


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


Andrew Walker <arwalker at sumusltd.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arwalker at sumusltd.com




--- Comment #1 from Andrew Walker <arwalker sumusltd com>  2010-06-11 02:15:40 ---
The problem appears to be that in KstVCurve::paint the vectors are locked in a
defined order (namely xv, yv, [exv], [eyv], [exmv], [eymv]) while in
KstVCurve::update (which uses KstdataObject::writeLockInputsAndOutputs for the
actualt locking) the order may be different.

The solution is to lock the vectors in the same order in both cases, else we
face a potential deadlock.

-- 
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 Kst mailing list