Pil debug mode, segfault
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 ‘./pil +’ I no longer get the segfault. I have /home/xxx/pil21 added to PATH in .profile Any ideas how to fix the segfault? I would like to run 'pil +' from within my source directories from my iPhone -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
Re: Pil debug mode, segfault
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 longer get the segfault. > > I have /home/xxx/pil21 added to PATH in .profile This should be fine. What happens if you call it with a relative or absolute path, e.g. "../pil21/pil +" or "/home/xxx/pil21/pil +"? ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe