Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (343 - 345 of 1030)

Ticket Resolution Summary Owner Reporter
#690 invalid CL32-863 will not launch Peter Elsea
Description

Just downloaded 1.5, and tried to open CL32.app, which was fine in 1.4 The alt console opens with

Error: Objective-C runtime exception:

* -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver

While executing: (:INTERNAL GUI::|+initialize|), in process Initial(0).

CL64 works

#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.

#728 fixed (ccl::choose-file-dialog) bug p2
Description

In trunk, (ccl::choose-file-dialog) sometimes works, but opening a directory then selecting a file causes CCL to crash. This in 1.6-dev-r14201M-trunk, this bug seems to be absent in 1.5-rc1-r13620M. Exception Type: EXC_BAD_ACCESS (SIGSEGV)

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