I have noticed version 2014.11.07 often stops working (openccad has stopped
working is what windows tells me") for no reason. This doesn't seem to be
related to any particular piece of code.
--
View this message in context: http://forum.openscad.org/Many-crashes-in-2014-11-07-tp10346.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
I experience the same. Lots of crashes with 2014.11.09. Sometimes a piece of
code works, sometimes it crashes OpenSCAD.
--
View this message in context: http://forum.openscad.org/Many-crashes-in-2014-11-07-tp10346p10347.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
It's been fine for me so far. W7-64
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Many-crashes-in-2014-11-07-tp10346p10348.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Dec 4, 2014, at 17:49 PM, Scalpel78 frode@lillerud.no wrote:
I experience the same. Lots of crashes with 2014.11.09. Sometimes a piece of
code works, sometimes it crashes OpenSCAD.
Please report any such crashes with as much detail as possible.
We’re striving to keep the development snapshots stable, but bugs will creep in. The sooner we learn about them, the sooner we can fix them.
Especially on Windows, as we don’t currently have any devs using Windows as our primary platform.
-Marius
PS! New dev snapshot out today.
There's no real detail, it seems completely random. :(
--
View this message in context: http://forum.openscad.org/Many-crashes-in-2014-11-07-tp10346p10358.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Thu, 4 Dec 2014 15:49:14 -0700 (MST)
Scalpel78 frode@lillerud.no wrote:
I experience the same. Lots of crashes with 2014.11.09. Sometimes a piece of
code works, sometimes it crashes OpenSCAD.
Is anyone seeing the same in Linux ? If so it might be worth running it
under valgrind to see what that flags up.
Alan
I experience the same. Lots of crashes with 2014.11.09. Sometimes a piece of
code works, sometimes it crashes OpenSCAD.
Is anyone seeing the same in Linux ? If so it might be worth running it
under valgrind to see what that flags up.
I did not see just random crashes (on Linux). Pretty much all real crashes
(e.g. OpenSCAD process is killed, not things like "not responding") were
related to either undefined parameters "polygon(points = undef)" or due
to recursion hitting the stack limit (which should be much better in the
latest snapshot).
Running with valgrind is unfortunately not so easy as it requires a special
flag while compilation (-DCGAL_DISABLE_ROUNDING_MATH_CHECK=ON).
ciao,
Torsten.
Here is another thread where I posted a script that sometimes works,
somestimes not.
http://forum.openscad.org/Simple-script-crashes-OpenSCAD-2014-11-09-Windows-Dev-version-td10239.html
--
View this message in context: http://forum.openscad.org/Many-crashes-in-2014-11-07-tp10346p10371.html
Sent from the OpenSCAD mailing list archive at Nabble.com.