Closed
Description
- v12.11.0:
- Linux gkj 5.3.0-13-generic test: increase --stack-size to prevent child process failure on ARM #14-Ubuntu SMP Tue Sep 24 02:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux:
v8/src/wasm/wasm-engine.cc
:
I get the following error when running the server tests for my package "koru"
server err:
#
# Fatal error in , line 0
# archived threads in combination with wasm not supported
#
#
#
#FailureMessage Object: 0x7f1f90c8b760
This error has never occurred on any previous version of node.
To run the tests you need to have postgres and libpq-dev installed and have superuser access to postgres (sudo -u postgres createuser -drs $USER
).
git clone https://github.com/jacott/koru.git
cd koru
npm i
createdb korutest
npm t -- --nodoc -s
The fatal error does not occur on any particular test as far as I can tell.