Skip to content

FATAL archived threads in combination with wasm not supported #29767

Closed
@jacott

Description

@jacott

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.wasmIssues and PRs related to WebAssembly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions