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.