Custom Query (1030 matches)
Results (955 - 957 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #870 | fixed | unexpected out-of-memory condition | ||
| 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 | ||
| 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? | ||
| Description |
Ocasionally, (quit) is broken. Instead of quit, CCL will hang infinitely. Steps to reproduce:
CCL will hang infinitely. OS: Windows 10 32-bit |
|||
