importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

Test error message from ksh: `internal error: j_async: bad nzombie` #46

Open isotes opened 4 years ago

isotes commented 4 years ago

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.

TooTallNate commented 4 years ago

Ya I've noticed this before too. The tests still pass so I'm not really sure why that happens.