Opened 5 years ago
Last modified 3 years ago
#480 new defect
SYS:PROCESS-PID fails
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.2 |
| Component: | java | Version: | 1.8.1-dev |
| Keywords: | Cc: | ||
| Parent Tickets: |
Description
Eric Timmons pointed out in Freenode #lisp that this no longer works with abcl-1.8.0
(let ((proc (sys:run-program "sleep" '("60") :wait nil)))
(sys:process-pid proc))
Note: See
TracTickets for help on using
tickets.