Skip to content

SIGSEGV with worker threads #3162

Answered by novemberborn
Zajozor asked this question in Q&A
Jan 26, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Most likely some of the native module code you're interacting with doesn't play well with worker threads. That's an issue with those modules and/or Node.js, not AVA.

I'd try and interact with those modules outside of AVA, using the https://nodejs.org/api/worker_threads.html API directly.

In the mean time, you're best off running without worker threads, as you already discovered.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Zajozor
Comment options

@novemberborn
Comment options

@Zajozor
Comment options

Answer selected by Zajozor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #3159 on January 29, 2023 19:40.