gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Fatal error in BIT-AND on rank 0 array


From: Paul F. Dietz
Subject: [Gcl-devel] Fatal error in BIT-AND on rank 0 array
Date: Sun, 26 Jan 2003 20:09:59 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126

address@hidden ansi-tests]$ gcl
GCL (GNU Common Lisp)  Version(2.5.0) Fri Jan 24 21:23:56 CST 2003
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter

Use (help) to get some basic information on how to use GCL.

>(defun make-bit0-array (i) (make-array nil :element-type 'bit :initial-element 
i))

MAKE-BIT0-ARRAY

>(make-bit0-array 0)

#0A0

>(bit-and (make-bit0-array 0) (make-bit0-array 0))

Error in BIT-AND [or a callee]:
Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]: Caught fatal error [memory may be damaged]

Fast links are on: do (use-fast-links nil) for debugging
Broken at PCL::PRINT-STD-INSTANCE.
 1 (Abort) Return to debug level 1.
 2 Return to top level.
dbl:>>>


I have tests of the various BIT-* functions; they cause the test
suite to abort fatally when run due to this bug.  I will check
the changes in anyway, since they are passing on CMUCL.  If you
want to run the suite without them comment out the load forms
in gclload2.lsp.

        Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]