Package: picolisp
Version: 16.12-1
Severity: normal

Dear Maintainer,

The following code leads to segmentation fault:

: (prog1 (mapcan '((N) (later (cons) (call 'ls '-d))) (1)) (wait NIL (full @)))
-> Segmentation fault

Minor changes leads to other problem:
: (prog1 (mapcan '((N) (later (cons) (call 'date))) (1)) (wait NIL (full @)))
-> (50613416894455241043944032496381975327230349294260)
: 8980 SIG-13

Accordingly documentation for the later function, the proper results
in both cases should be:
-> (T)

Best regards.

Reply via email to