Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (955 - 957 of 1030)

Ticket Resolution Summary Owner Reporter
#870 fixed unexpected out-of-memory condition art
Description
[art@vm64 ~]> ccl -R 135600M
Welcome to Clozure Common Lisp Version 1.6-r14468M  (FreebsdX8664)!
? (defvar *seq* (make-sequence '(simple-array (unsigned-byte 8) (*)) 1000))
*SEQ*
? (ccl:with-output-to-vector (s) (write-sequence *seq* s))
> Error: Memory allocation request failed.
> While executing: CCL::%EXTEND-VECTOR-OUTPUT-STREAM, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >

Tracing CCL::%EXTEND-VECTOR-OUTPUT-STREAM shows many calls of the function,
and each call doubles size of :outbuf.
#1417 fixed 1.11 Windows distribution filename changed, breaks roswell anticrisis
Description

Github ticket on roswell project: https://github.com/roswell/roswell/issues/254

Roswell is a tool which assists in managing multiple Common Lisp implementations. It also supports maintaining multiple versions of the same implementation.

For Windows, distributions prior to 1.11 were named "-windowsx86.zip." This apparently changed in 1.11, which breaks the roswell tool. Please consider continuing to use the same suffix you have used in prior versions.

For roswell users, the workaround is to download the distribution file into roswell's archives directory, then rename the file to include the x86 suffix.

#1409 moved (quit) is broken? Andre Tampubolon
Description

Ocasionally, (quit) is broken. Instead of quit, CCL will hang infinitely.

Steps to reproduce:

  1. run wx86cl.exe
  2. do a simple processing, like
    (+ 10 20 30 40 50)
    
  1. Then call
    (quit)
    

CCL will hang infinitely.

OS: Windows 10 32-bit

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.