Hi! On Mittwoch, 26. Oktober 2016 17:18:55 CET Tony Cook via RT wrote: > Looking at this a bit more closely, I suspect this is a bug in Inline::Perl5 > > For perl -e 0 --, argv and argv contain the following: > > argc = 4 > > argv[0] = "perl" # or something similar > argv[1] = "-e" > argv[2] = "0" > argv[3] = "--" > argv[4] = NULL # Inline::Perl5 doesn't appear to do this bit Oh, thank you for pointing that out and sorry for wasting your time. Valgrind is indeed happy when I NULL terminate argv. I just didn't know that was required, which is why I propose the attached doc patch. Thanks again! StefanThread Next