[Kst] [Bug 133311] Crash if correcting reference to non-existent scalar in an equation
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Fri Sep 1 02:50:27 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=133311
------- Additional Comments From netterfield astro utoronto ca 2006-09-01 02:50 -------
This bug can also generate a hang:
create an equation which uses [C_PI].
Edit the equation so that it no longer uses [C_PI].
Now create a new equation which uses [C_PI]: hang on [OK].
It looks like on apply equation edit, kst locks all scalars which were used by the equation, re-parses the equation, and then attempts to unlock all of the scalars which are now used. So
-adding a scalar causes an attempt to unlock a not-locked scalar.
-removing a scalar leaves it locked.
More information about the Kst
mailing list