Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.4K
Views
Error: `thread_id_key != 0x7777' failed. Aborted (core dumped) when I start my node server

I have problem when start my server on npm run server, I receive this error:

node: ../src/coroutine.cc:134: void* find_thread_id_key(void*): Assertion `thread_id_key != 0x7777' failed. Aborted (core dumped)

My work team, update the node project to 16.13 and NPM to 8.1.0. And I'm only person who has this problem.

I use npm n to update my node.

I tried run npm rebuild and reinstall my node from scratch, but the problem persist.

When I roll back the version, the server goes back to run, but I need use Node 16.13 in the project. Can someone help me?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You need to remove the fibers package from your project, as it's don't support 16.x versions of node.js

NPM

npm uninstall fibers

YARN

yarn remove fibers

If you still have trouble after removing it, you might clear some files to flush old Data: rm package-lock.json && rm -R ./node_modules && npm install

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!