Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (682 - 684 of 1030)

Ticket Resolution Summary Owner Reporter
#616 fixed delete-package thread (non) safety R. Matthew Emerson
Description
(dotimes (i 1000)
  (if (evenp i)
    (process-run-function
      "creator"
      (lambda ()
        (ignore-errors (delete-package :foo))
        (make-package :foo)))
    (process-run-function
      "user"
      (lambda ()
        (ignore-errors (intern "FOO" :foo))))))

Running this a time or two in an x8632 lisp results in errors of the form:

> Error: Fault during read of memory address #x-34F3EA94
> While executing: DELETE-PACKAGE, in process creator(1458).

It appears that delete-package reads/modifies %all-packages% without using the associated locks.

#637 invalid Clozure CL 1.4 doesn't run under Windows 2000 Aleksandr
Description

When I try to run wx86cl.exe under Windows 2000 Professional, it fails with the following error message: "The procedure entry point AddVectoredExceptionHandler could not be located the dynamic link library KERNEL32.dll"

#639 duplicate WebKit example crashes on Snow Leopard Joubert Nel
Description

After loading webkit.lisp and then calling BROWSER-WINDOW, CCL crashes on Snow Leopard.

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