Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1030)

Ticket Resolution Summary Owner Reporter
#619 invalid Image build with save-application() hangs on gc Gary Byers Paul Meurer
Description

An image build with

(ccl::save-application "~/lisp/projects/gc-bug"

:toplevel-function (lambda () (ccl::gc) (#exit 0)) :prepend-kernel "~/lisp/ccl/lx86cl64" :mode #o755)

hangs on (gc). I have tested this with the newest (as of 2009-10-30) code from svn, both in 32 and 64 bit mode, on Linux. -- Paul

#756 invalid read-line() broken for utf-16 and ucs-2 Paul Meurer
Description

I get a crash when executing something like

(with-open-file (stream ucs-2-file :external-format :ucs-2)
   (print (read-line stream)))

The same for :utf-16. read-char() is OK.

  • Paul
#1336 fixed Wrong keyword in check-deferred-call-args() Paul Meurer
Description

In check-deferred-call-args() level-1/sysutils.lisp, the keyword :unknown-gf-keys should be :unknown-gf-keywords. The current value leads to an error in report-compile-time-argument-mismatch(), in compiler/nx-basic.lisp. A long-standing bug.

Regards, Paul Meurer

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