|
From: Wolfgang D. <wol...@da...> - 2018-06-04 20:59:54
|
On 2018-06-04 18:37, Sergio Sanz Hernández via Maxima-discuss wrote: > Message from maxima's stderr stream: Thread local storage exhausted. > fatal error encountered in SBCL pid 2656(tid 3484784): > %PRIMITIVE HALT called; the party is over. Hi, The Windows installer for Maxima comes with two Lisp versions - CLISP and SBCL. CLISP is slower, but does not have such memory problems, that should work. (I tried your example now (a fresh compiled installer using SBCL 1.4.2), and it worked with CLISP, but not SBCL). There is a small configuration utility included in the installer, where you can select the default Lisp, which should be used. Best regards, Wolfgang |