When I use LESSOPEN with a pipe and the preprocessor outputs something, a zombie remains as a child of the less process.
This can simply be reproduced with something like:
LESSOPEN="|echo %s" less /etc/os-release
This seems to be an old bug (at least less 590 is affected), and this still occurs with less 700 (latest beta). Tested under Debian.
When I use
LESSOPENwith a pipe and the preprocessor outputs something, a zombie remains as a child of thelessprocess.This can simply be reproduced with something like:
This seems to be an old bug (at least
less590 is affected), and this still occurs withless700 (latest beta). Tested under Debian.