discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Parser error in line 13341: memory exhausted ERROR: Compilation failed!

K
kintel
Sat, Mar 7, 2015 4:13 PM

First of all, congratulations on creating the largest OpenSCAD union so far.
Our parser runs out of memory.

I'll take a look at it, but if you compile your own OpenSCAD, try adding
this to the top of src/parser.y:
#define YYMAXDEPTH 20000

-Marius

--
View this message in context: http://forum.openscad.org/Parser-error-in-line-13341-memory-exhausted-ERROR-Compilation-failed-tp11938p11940.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

First of all, congratulations on creating the largest OpenSCAD union so far. Our parser runs out of memory. I'll take a look at it, but if you compile your own OpenSCAD, try adding this to the top of src/parser.y: #define YYMAXDEPTH 20000 -Marius -- View this message in context: http://forum.openscad.org/Parser-error-in-line-13341-memory-exhausted-ERROR-Compilation-failed-tp11938p11940.html Sent from the OpenSCAD mailing list archive at Nabble.com.