|
From: Kris K. <kat...@gm...> - 2018-06-04 19:24:40
|
On Mon, Jun 04, 2018 at 04:37:09PM +0000, Sergio Sanz Hernández via Maxima-discuss wrote: > (%i2) drawdf([y,-9*sin(x)-y/5], tstep=0.05, > soln_arrows=true, point_size=0.5, > points_at([0,0], [2*%pi,0], [-2*%pi,0]), > field_degree='solns, > saddles_at([%pi,0], [-%pi,0])); > 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. I don't see this mentioned anywhere, but it looks like this is actually an example from the manual. And it works for me as-is using Maxima version: "branch_5_41_base_393_g721457f3e_dirty" Maxima build date: "2018-06-02 19:51:49" Host type: "x86_64-unknown-openbsd6.3" Lisp implementation type: "SBCL" Lisp implementation version: "1.4.5.openbsd" You and Stavros seem to both be using SBCL+Windows though, so I guess I can't really comment further. Cheers, Kris Katterjohn |