Skip to content
Snippets Groups Projects
Commit 94b05d68 authored by toy's avatar toy
Browse files

From Eric Marsden:

There is an incorrect gc_assert in lisp/gc.c in the function
from_space_p. The argument is not necessarily a descriptor; it may be
an untagged pointer, in which case the assertion is false. This causes
rebuild to fail on SPARC when GC assertions are enabled.

This observation is due to Daniel Barlow (and is fixed in SBCL).
parent 320e0dee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment