-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.
Description
- Version: 8.2.0
- Platform: macOS 10.12.5 (16F73) Kernel Version: Darwin 16.6.0
- Subsystem:
After upgrading node to v8.2.0 from v7, some of my tests are failing
/usr/local/Cellar/node/8.2.0/bin/node[11673]: ../src/env-inl.h:131:void node::Environment::AsyncHooks::push_ids(double, double): Assertion `(trigger_id) >= (0)' failed.
1: node::Abort() [/usr/local/Cellar/node/8.2.0/bin/node]
2: node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, char const*, int, v8::Local<v8::Value>*, node::async_context) [/usr/local/Cellar/node/8.2.0/bin/node]
3: node::AsyncWrap::PopAsyncIds(v8::FunctionCallbackInfo<v8::Value> const&) [/usr/local/Cellar/node/8.2.0/bin/node]
4: 0xf8bfaa97725
5: 0xf8bfaeef65c
I see the discussion here #13325 and #13548, not sure if they are related.
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.