import
import copied to clipboard
Test error message from ksh: `internal error: j_async: bad nzombie`
The following error message shows up in the tests run via the Docker image.
Step 10/20 : RUN ksh ./test/test.sh
---> Running in ...
./test/test.sh[4]: internal error: j_async: bad nzombie (0)
The error does not seem to break anything and might be a bug in the shell: the only information I found is about another ksh clone: https://bugs.launchpad.net/pld-linux/+bug/232226
Using the current Alpine 3.12 does not fix it.
Ya I've noticed this before too. The tests still pass so I'm not really sure why that happens.