Custom Query (1030 matches)
Results (808 - 810 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1042 | fixed | Initial thread can spontaneously die (or be removed from ccl:all-processes) | ||
| Description |
(defun test (thread-count)
(let ((threads (loop repeat thread-count
collect (ccl:process-run-function
"test" (lambda ())))))
;;(sleep 0.01)
(mapc #'ccl:process-kill threads)))
(defun run ()
(loop
(assert (find "Initial" (ccl:all-processes)
:key #'ccl:process-name
:test #'string=))
(test 10)
(format t ".")))
The assertion fails within 100 iterations on dx86cl64, dx86cl, and lx86cl. With the SLEEP call I did not see a failure for 20k iterations. |
|||
| #1043 | fixed | encode-objc-method-arglist is sensitive to the setting of *print-circle* | ||
| Description |
(encode-objc-method-arglist '(:int :int :int) :int) returns: "#1=i24#1#0#1#8#1#16" (when *print-circle* is bound to non nil). |
|||
| #1045 | fixed | :DEFAULT-INITARGS ignored during ObjC object initialization | ||
| Description |
See http://clozure.com/pipermail/openmcl-devel/2013-January/013959.html. I don't remember whether there's a good reason for this or not. |
|||
Note:
See TracQuery
for help on using queries.
