Just found out that it is an issue with apply. Probably the number of
arguments is too large.

(eval (cons 'circ (range 1 200000)))

Works fine.

Could someone confirm please?

Regards
Davide

On Wed, Dec 23, 2020, 13:16 Davide BERTOLOTTO <davide.bertolo...@gmail.com>
wrote:

> Hi everyone,
>
> I had recently an issue with both pil64 and pil21. I was trying to create
> a large circular list and got a segmentation fault with a size of >200'000
> elements. Is that expected?
>
> (apply circ (range 1 200000))
>
> Regards,
> Davide
>

Reply via email to