Custom Query (1030 matches)
Results (682 - 684 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #616 | fixed | delete-package thread (non) safety | ||
| 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 | ||
| Description |
When I try to run wx86cl.exe under Windows 2000 Professional, it fails with the following error message: "The procedure entry point |
|||
| #639 | duplicate | WebKit example crashes on Snow Leopard | ||
| Description |
After loading webkit.lisp and then calling BROWSER-WINDOW, CCL crashes on Snow Leopard. |
|||
Note:
See TracQuery
for help on using queries.
