Nabble has removed Mailing-list integration.
Posts created here DO NOT GET SENT TO THE MAILING LIST.
Mailing-list emails DO NOT GET POSTED TO THE FORUM.
So basically the Forum is now out of date, we are looking into migrating the history.
Trying to print the module stack I observed an error in version
[2019, 5, 0] function recurse(n, i=0) = After some runs with F5 I get e.g. => Possibly your recursion limit is not between 1000 and 10000. The observed increase of pm looks like a bug to me.
_______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org |
On 01.05.20 16:55, Martin Herdieckerhoff wrote:
> The observed increase of pm looks like a bug to me. > Who can confirm and/or fix this? Yes, it's a bug: https://github.com/openscad/openscad/issues/3264 However I was not able yet to reproduce it (on my Debian system) with the info given. Maybe this example with a compilation error will finally help. ciao, Torsten. _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
-- Torsten
|
Ok Thorsten - thanks.
The problem was observed on a system with Windows 10. It seemed 100% reproducible there. Am 01.05.2020 um 17:01 schrieb Torsten Paul: > On 01.05.20 16:55, Martin Herdieckerhoff wrote: >> The observed increase of pm looks like a bug to me. >> Who can confirm and/or fix this? > Yes, it's a bug: > https://github.com/openscad/openscad/issues/3264 > > However I was not able yet to reproduce it (on my Debian system) > with the info given. > Maybe this example with a compilation error will finally help. > > ciao, > Torsten. > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org |
Administrator
|
& W7/64.
----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. 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. Obviously inclusion of works of previous authors is not included in the above. -- Sent from: http://forum.openscad.org/ _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD Admin - email* me if you need anything, or if I've done something stupid...
* on the Forum, click on my MichaelAtOz label, there is a link to email me. 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. Obviously inclusion of works of previous authors is not included in the above. |
I just noticed that any reported error seems to cause the problem.
On my system with OpenSCAD version [2019, 5, 0] and Windos 10 / 64 bit the value of $parent_modules increases by 1 with each run: module simple() { echo($parent_modules); // Rises as errors are reported assert(false); } simple(); Am 02.05.2020 um 01:37 schrieb MichaelAtOz: > & W7/64. > > > > ----- > Admin - email* me if you need anything, or if I've done something stupid... > > * click on my MichaelAtOz label, there is a link to email me. > > 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. Obviously inclusion of works of previous authors is not included in the above. > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org |
See https://github.com/openscad/openscad/issues/3264#issuecomment-624933243
for builds that should have the issue caused by assert/stack overflow fixed. ciao, Torsten. _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
-- Torsten
|
Very well: This fixes the reported problems on my system with Windows 64bit.
Am 07.05.2020 um 00:59 schrieb Torsten Paul: > See https://github.com/openscad/openscad/issues/3264#issuecomment-624933243 > for builds that should have the issue caused by assert/stack overflow fixed. > > ciao, > Torsten. > > _______________________________________________ > OpenSCAD mailing list > [hidden email] > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org _______________________________________________ OpenSCAD mailing list [hidden email] http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org |
Free forum by Nabble | Edit this page |