Hello everyone
I have encountered many times the following error message in both OpenMusic and PWGL.
“An error occured : Stack overflow (stack size 261120).”
I don’t know if I’m wrong but this is related to Lispworks environment isn’t it? (both OM and PWGL are made with it now).
Until now this was happening to me with large sets of data (in analysis situations for instance)
or with heavy constraint solving algorithms.
Here I’m getting the same result with a pretty simple function (see attached).
This is only happening in OM, not in Clozure CL nor PWGL.
I understand this is sometimes related to bad programming habits, as mentioned
in recent discussions on the mailing list,
but with such a simple function and especially on a computer with 8GB of RAM
I don’t think we can talk about a lack of elegance…
Is there any solution I could perform this function by raising momentarily
the memory limit? Or maybe making this option available for OM users in the preferences?
Many thanks in advance
Happy holidays
Julien