Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (907 - 909 of 1030)

Ticket Resolution Summary Owner Reporter
#1205 duplicate Text search bug: found text is highlighted but not selected Ron Garret
Description

When doing a text search in a Hemlock window using the Find dialog, the found text is highlight but not actually selected, and the cursor remains where it was before the search began, so when you start typing after doing a search your cursor is not where you would expect it to be. Emacs-style (ctrl-s) incremental search works correctly. This bug seems to have been introduced by a recent change in OS X because it didn't happen in Snow Leopard.

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

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