> Maybe not related to this one, but on Mac OS X the heap size is limited > to 65532KB. On startup picolisp fails to set the unlimited stack size, > And use the actual ulimit so on the first run I’ve got a SIGSEGV running > code2015.l >
Indeed! I always forget this requirement on Openbsd. $ ulimit -s 32000 and it passed malloc guards. Thanks. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe