I just updated svn to 19741 and it has an odd crash situation -
If I open a document or create new and add objects, I can manipulate the objects with either the select tool or the node tool with no problems. However, if I convert any object to a path and select the path with the node tool, Inkscape crashes as soon as I click on the path. I also tried drawing a rectangle, converting to a path and selecting with the select tool. Then I chose the node tool so that the path nodes are displayed and I tried rubberbanding 2 of the nodes. The moment I let go of the mouse button, Inkscape crashes.
This is in WinXP SP2
Thanks,
Tony
On Aug 20, 2008, at 10:35 AM, Docsonic wrote:
I just updated svn to 19741 and it has an odd crash situation -
If I open a document or create new and add objects, I can manipulate the objects with either the select tool or the node tool with no problems. However, if I convert any object to a path and select the path with the node tool, Inkscape crashes as soon as I click on the path. I also tried drawing a rectangle, converting to a path and selecting with the select tool. Then I chose the node tool so that the path nodes are displayed and I tried rubberbanding 2 of the nodes. The moment I let go of the mouse button, Inkscape crashes.
This is in WinXP SP2
I was chasing this down the other night with a few others. We narrowed it down to only happening when -O2 was used with the build, but not -O0. In other words it was only showing up with optimizations on.
Maybe that will give someone a hint for reproducing and/or fixing.
Just wanted to confirm the crash, unfortunately I don't have time right now to help track it down. Maybe tomorrow if it's not fixed by then :)
Max: this is apparently the same crash as I was getting with your Geometry tool, so it's not your tool to blame but something else.
On Wed, Aug 20, 2008 at 2:42 PM, Jon A. Cruz <jon@...204...> wrote:
I was chasing this down the other night with a few others. We narrowed it down to only happening when -O2 was used with the build, but not -O0. In other words it was only showing up with optimizations on.
Maybe that will give someone a hint for reproducing and/or fixing.
I can confirm that compiling with -O0 instead of -O2 stops the crash happening on my machine.
Tony
On Aug 20, 2008, at 10:35 AM, Docsonic wrote:
I just updated svn to 19741 and it has an odd crash situation -
I was chasing this down the other night with a few others. We narrowed it down to only happening when -O2 was used with the build, but not -O0. In other words it was only showing up with optimizations on.
Maybe that will give someone a hint for reproducing and/or fixing.
participants (3)
-
bulia byak
-
Docsonic
-
Jon A. Cruz