echo -n "" && echo -n "" && (... repeated 100.000 times) echo -n ""
causes a segfault with ulimit -s 8192 in bash 4.3.42(1)-release and 4.4.0(1)-rc2
echo -n "" && echo -n "" && (... repeated 100.000 times) echo -n ""
causes a segfault with ulimit -s 8192 in bash 4.3.42(1)-release and 4.4.0(1)-rc2