Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when running npm ci #30760

Closed
blackwolf12333 opened this issue Dec 2, 2019 · 1 comment
Closed

Crash when running npm ci #30760

blackwolf12333 opened this issue Dec 2, 2019 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@blackwolf12333
Copy link

I got the following stack trace:

node[8485]: ../src/signal_wrap.cc:159:void node::DecreaseSignalHandlerCount(int): Assertion `(new_handler_count) >= (0)' failed.
 1: 0x563a211ae041 node::Abort() [node]
 2: 0x563a211ae0e1  [node]
 3: 0x563a2125b183 node::DecreaseSignalHandlerCount(int) [node]
 4: 0x563a2125b2af  [node]
 5: 0x563a21141927 node::Environment::CleanupHandles() [node]
 6: 0x563a21141bff node::Environment::RunCleanup() [node]
 7: 0x563a211f4a3b node::NodeMainInstance::Run() [node]
 8: 0x563a2117b4de node::Start(int, char**) [node]
 9: 0x7f331002c153 __libc_start_main [/usr/lib/libc.so.6]
10: 0x563a2110874e _start [node]
fish: “npm ci” terminated by signal SIGABRT (Abort)

I will try to create a repository that reproduces it if needed, I will update the issue.

@richardlau richardlau added duplicate Issues and PRs that are duplicates of other issues or PRs. v13.x labels Dec 2, 2019
@richardlau
Copy link
Member

Duplicate of #30581.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

2 participants