https://bugs.kde.org/show_bug.cgi?id=386536
Bug ID: 386536 Summary: Crash on moving the half line of independent points in "absolute value" as locus Product: kig Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general Assignee: david.narv...@computer.org Reporter: mastroeni_n...@libero.it Target Milestone: --- Created attachment 108708 --> https://bugs.kde.org/attachment.cgi?id=108708&action=edit screenshot of the final construction 1) Draw a horizontal half line. 2) Draw a point P on it (bonded). 3) Make a Python script: select this point P as argument. The script will look like this: x=arg1.coordinate().x y=abs(x) return(DoubleObject(y)) 4) Create a point Q by numeric labels: the x-coordinate of Q is the x-coordinate of P, and the y-coordinate of Q is the result of Python script made in (3). 5) Create a locus: dependent point is Q and independent point is P. 6) Move the origin of the half line in order to make the half line vertical. Suddenly kig crashes. -- You are receiving this mail because: You are watching all bug changes.