On Mon, 29 Jan 2024 14:20:27 +0100,
Camm Maguire wrote:
>
> Greetings! OK then please repeat the last instructions, inserting the
> following before (load "boot.lisp")
>
> >(trace si::readlinkat)
>
Here it is:
>(si::use-fast-links nil)
NIL
>(trace si::readlinkat)
(SYSTEM:READLINKAT)
>(load "boot.lisp")
;; Loading "boot.lisp"
1> (READLINKAT 0 "/var")
<1 (READLINKAT "")
Correctable error: The assertion (APPLY (QUOTE ARRAY-IN-BOUNDS-P) ARRAY ...)
failed.
Signalled by APPLY.
If continued: Repeat assertion.The assertion (APPLY (QUOTE ARRAY-IN-BOUNDS-P)
ARRAY ...) failed.
Broken at LET*. Type :H for Help.
1 (continue) Repeat assertion.
2 Return to top level.
COMPILER>>
--
wbr, Kirill