gcl-devel
[Top][All Lists]
Advanced

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

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


From: Camm Maguire
Subject: Re: [Gcl-devel] Fatal error in BIT-AND on rank 0 array
Date: 27 Jan 2003 14:05:42 -0500

Greetings, and thanks for the report!  Should be fixed now.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> 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
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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