Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (952 - 954 of 1030)

Ticket Resolution Summary Owner Reporter
#1206 fixed constants + IF regression Stas Boukarev
Description
(lambda (x) (- (if x most-positive-fixnum most-negative-fixnum)))
> Error: The value NIL is not of the expected type CCL::CTYPE.
> While executing: CCL::TYPE-SPECIFIER
#1208 fixed Linux version 3.15 segfault Barry Fishman
Description

After upgrading my Arch Linux kernel to 3.15, Clozure consistantly aborts with a "Clozure CL kernel debugger: " prompt.

In gdb:

$ gdb ./lx86cl64
...
(gdb) run --image-name lx86cl64.image --no-init
Starting program: /home/local64-arch/apps/ccl-1.9/lx86cl64 --image-name lx86cl64.image --no-init
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
x86_early_exception_init () at ../x86-exceptions.c:106
106	  do_intn();
(gdb) 

From the comments in x86-exceptions.c, evidently the workaround for handling exceptions has been broken.

#1209 notabug Making a package without using any other packages p2
Description

In the Notes: section, the CLHS for defpackage says " ... create the package with :use '(), ...".

CCL does not seem to allow this, error-ing with: There is no package named "NIL" .

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