Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (685 - 687 of 1030)

Ticket Resolution Summary Owner Reporter
#1302 fixed Building lisp-kernel fail in (rebuild-ccl :full t :force T) on p2
Description

Virgin new trunk by: svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl downloads revision 16504.

Running ./dx86cl64 --no-init brings up Clozure Common Lisp Version 1.10-dev-r16089M-trunk (DarwinX8664)

(rebuild-ccl :full t :force T) crashes at Building lisp-kernel

transcript attached

#1350 fixed Firefox doesn't like lists.clozure.com R. Matthew Emerson p2
Description

Trying to open https://lists.clozure.com/pipermail/openmcl-devel/2008-February/003755.html , I get:

"The owner of lists.clozure.com has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website."

#1411 notabug GC bug when reading a file pebblexe
Description

I am using cl-csv to read in a large file, and for some reason there is a bug and it won't garbage collect.

(defparameter +test-big-file+

(asdf:system-relative-pathname :testpackage "big.csv"))

(defun count-big-file ()

(let ((cnt 0))

(time (cl-csv:read-csv +test-big-file+

:row-fn (lambda (r) (declare (ignore r))

(incf cnt))))

cnt))

Takes up a lot of ram, and (gc) won't clear it. I have to kill the slime instance and restart it to reclaim up my ram.

When I run the same code in SBCL it is properly garbage collected.

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