Pil debug mode, segfault

2022-02-12 Thread Todd Roth
I’m running a local installation of picolisp (pil21 ver 22.2.11) on Ubuntu 20.04.3 When invoking pil in Debug mode from my source directory using ‘pil +’ I get a a segfault ->> 'Segmentation fault (core dumped)’ When I cd into the pil21 src directory and invoke the binary directly using ‘./pi

Re: Pil debug mode, segfault

2022-02-12 Thread Alexander Burger
Hi Todd, On Sat, Feb 12, 2022 at 09:04:32PM -0500, Todd Roth wrote: > When invoking pil in Debug mode from my source directory using ‘pil +’ I get a > a segfault ->> 'Segmentation fault (core dumped)’ > > When I cd into the pil21 src directory and invoke the binary directly using > ‘./pil +’ I no