|
From: Andreas W. <A.W...@gm...> - 2024-08-30 16:13:31
|
Am 30.08.24 um 16:16 schrieb Stas Boukarev:
> Update your clx.
How so? I have removed .cache/common-lisp and re-installed clouseau. I
already have the latest quicklisp installed.
>
> On Fri, Aug 30, 2024 at 16:55 Andreas Wacknitz via Sbcl-devel
> <sbc...@li...> wrote:
>
> Hi,
>
> I have problems running clouseau on my Macs (Intel and ARM) with the
> latest two sbcl versions.
> Compiling clouseau works but starting it results in errors like this:
>
> CL-USER(1): (clouseau:inspect nil)
>
> debugger invoked on a TYPE-ERROR @B800290212 in thread
> #<THREAD tid=259 "main thread" RUNNING {1000B800A3}>:
> The value
> -20
> is not of type
> (UNSIGNED-BYTE 44)
> when binding SB-IMPL::REMAINING-REQUEST
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
> 0: [ABORT] Exit debugger, returning to top level.
>
> (SB-IMPL::FD-STREAM-READ-N-BYTES #<SB-SYS:FD-STREAM for "socket, peer:
> /private/tmp/com.apple.launchd.IbZfhko3gY/org.xquartz:0" {1008B6B363}>
> #(1 0 18 0 3 0 0 0 12 0 0 0 ...) #<unused argument> 32 12 T)
> 0]
>
>
> The same happens on my OpenIndiana workstation with 2.4.7 and 2.4.8
> while 2.4.6 still works.
> Any idea how to fix this?
>
> Regards,
> Andreas
>
>
> _______________________________________________
> Sbcl-devel mailing list
> Sbc...@li...
> https://lists.sourceforge.net/lists/listinfo/sbcl-devel
>
|