On Dec 23, 2020, at 02:12, Robert Dodier robert.dodier@gmail.com wrote:
Hi,
I know it may be hard to see what's going on but, I'm trying to load a lisp file into Maxima compiled with ABCL, and I get the error shown below: The assertion (<= -32768 JVM::OFFSET 32767) failed.
I've also included a stack trace if that helps.
I can supply more info if you tell me what to look for.
Thanks so much for your help,
Robert Dodier
PS. This is in a Maxima session after compiling and launching Maxima.
(%i1) :lisp (load "../share/odepack/load-dlsode.lisp")
; (IN-PACKAGE "ODEPACK")
; (LET (# # ...) ...)
Error loading /Users/dodier/tmp/maxima-code/share/odepack/load-dlsode.lisp at line 25 (offset 770)
#<THREAD "interpreter" {19E01A93}>: Debugger invoked on condition of type SIMPLE-ERROR
The assertion (<= -32768 JVM::OFFSET 32767) failed.
Thanks for the report; filed as [483][].
Any special instructions on how to replicate this?
What network accessible URI corresonds to the source under file:/Users/dodier/tmp/maxima-code/? Just the standard maxima source?
[483]: https://abcl.org/trac/ticket/483