Ticket #753 (closed defect: fixed)
Race condition in gui:background-process-run-function
| Reported by: | rongarret | Owned by: | gb |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | IDE | Version: | trunk |
| Keywords: | Cc: |
Description
This:
(gui:background-process-run-function "foo" (lambda () (print 123)))
consistently causes CCL to hang with a SBOD. This:
(gui:background-process-run-function "foo" (lambda () (sleep 1) (print 123)))
works reliably.
Change History
Note: See
TracTickets for help on using
tickets.
