Help



C Y <smustudent1@yahoo.com> writes:

> ;      - Loading binary file "binary-sbcl/mdebug.fasl" 
> ; loading #P"/home/user/maxima/src/binary-sbcl/mdebug.fasl"
> 
> debugger invoked on condition of type SB-INT:SIMPLE-PROGRAM-ERROR in
> thread 8379:
>   execution of a form compiled with errors:
>  #'(SB-INT:NAMED-LAMBDA GRAB-LINE-NUMBER
>                         (LI STREAM)
>                         (DECLARE (TYPE (VECTOR #) LI))
>                         (BLOCK GRAB-LINE-NUMBER (COND (# #))))

This indicates that we should find the clue in the messages SBCL
produced while compiling the function GRAB-LINE-NUMBER in this file.

Wolfgang