discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Many crashes in 2014.11.07

B
Bananapeel
Thu, Dec 4, 2014 10:46 PM

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 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.
S
Scalpel78
Thu, Dec 4, 2014 10:49 PM

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.

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.
M
MichaelAtOz
Thu, Dec 4, 2014 11:14 PM

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.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

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.

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. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- 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.
MK
Marius Kintel
Fri, Dec 5, 2014 12:25 AM

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.

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.
B
Bananapeel
Fri, Dec 5, 2014 1:07 AM

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.

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.
AC
Alan Cox
Fri, Dec 5, 2014 12:32 PM

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

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
TP
Torsten Paul
Fri, Dec 5, 2014 12:57 PM

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.

> > 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.
S
Scalpel78
Fri, Dec 5, 2014 2:16 PM

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.

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.