Re: freeze for sbcl-2.6.2

Andreas Franke via Sbcl-devel <[email protected]> Mon, 23 Feb 2026 02:06:22 +0000
Newsgroups gmane.lisp.steel-bank.devel
Message-ID <trinity-a678a3a6-c7a3-45f0-86e1-7354b597e35c-1771812381977@trinity-msg-rest-gmx-gmx-live-756cfcdf5c-ktjqd>
Building with both :allocation-size-histogram and :cons-profiling on linux x86-64,
I'm seeing unexpected test failures on current master (sbcl-2.6.1-205-gb46b7221f),
both pointing to the same issue:

 Failure:            array.pure.lisp / LARGE-INDEX
::: Running :LARGE-INDEX
::: UNEXPECTED-FAILURE :LARGE-INDEX due to TYPE-ERROR:
        "The value
           4294967328
         is not of type
           (SIGNED-BYTE 32)
         when binding SB-X86-64-ASM::VALUE"

 Failure:            compiler.pure.lisp / (MAKE-LIST LARGE)
::: Running (MAKE-LIST :LARGE)
::: UNEXPECTED-FAILURE (MAKE-LIST :LARGE) due to TYPE-ERROR:
        "The value
           4294967296
         is not of type
           (SIGNED-BYTE 32)
         when binding SB-X86-64-ASM::VALUE"