Re: multidefine segfault

2017-04-10 Thread fff iii
'multidefine' segfaults on a recent OpenBSD snapshot: The execline script like : #!/usr/local/bin/execlineb -W withstdinas line importas -u line line multidefine -r $line { cmd msg } multidefine -r $msg { key val } $ echo ' test ' | ./testmult Segmentation fault (core dumped) It's the second

Re: multidefine failing for some reason

2017-04-10 Thread fff iii
I am not sure if I am doing anything wrong in the above execlineb syntax-wise, or there's a bug. At some point multidefine segfaulted (I think I fed the execline script a single newline from stdin or something similar), but I forget now exactly what I did to make it segfault. Will try again, and if