|
From: Stavros M. (Σ. Μ. <mac...@al...> - 2018-06-04 20:32:33
|
Hence the importance of including version information as provided by bug_report(). I just noticed that the startup header does not mention the host info, and neither mentions the OS version. Shouldn't they both include all that info, e.g.: Maxima 5.41.0a_dirty using Lisp SBCL 1.3.18 x86_64-w64-mingw32, Windows 10.0.17134 On the other hand, is the build date useful if the branch version is included? On Mon, Jun 4, 2018 at 3:24 PM, Kris Katterjohn <kat...@gm...> wrote: > 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 > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |