Custom Query (1030 matches)
Results (238 - 240 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. |
|||
| #626 | fixed | The Darwin lisp kernel should build using 10.5 and 10.6 SDKs | ||
| Description |
There are a few little details that prevent the Darwin lisp kernel from building when using SDKs newer than 10.4. We ought to correct these. |
|||
| #631 | fixed | test ticket | ||
| Description |
test ticket for commit hook |
|||
Note:
See TracQuery
for help on using queries.
