elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

Segfault when creating a pocket operation from saved sketches #309

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a rectangle sketch
2. Make a pocket operation with it
3. save the cad document
4. open the same document
5. try making another pocket operation involving the original sketch

What is the expected output? What do you see instead?
It segfaults when you leave the make pocket operation window.

After a save sketches which are not already in pocket operations, don't seem to 
be affected.

If you delete the pocket operation and then make another one it still segfaults.

If you delete the pocket operation. Save and then reload the file, then make 
another one you seem to avoid the segfault.

What version of the product are you using? On what operating system?
I have built it from source latest change 17th may, on Ubuntu 10.04

Please provide any additional information below.

I have tried to get something useful out of gdb, but am not competent enough to 
do so, would be more than happy to try if I had some idea of how to get useful 
symbols in there.

Original issue reported on code.google.com by d...@nakedscientists.com on 17 May 2011 at 5:29

GoogleCodeExporter commented 8 years ago
OK. I get the same problem...

Original comment by danhe...@gmail.com on 18 May 2011 at 5:57

GoogleCodeExporter commented 8 years ago
I have fixed this now, by simplifying operations so that sketches are not 
children of them any more.

Original comment by danhe...@gmail.com on 23 May 2011 at 8:02