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

A C++ error with no always appear #13540

Closed
zkd8907 opened this issue Jun 8, 2017 · 2 comments
Closed

A C++ error with no always appear #13540

zkd8907 opened this issue Jun 8, 2017 · 2 comments
Labels
async_hooks Issues and PRs related to the async hooks subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. http Issues or PRs related to the http subsystem.

Comments

@zkd8907
Copy link

zkd8907 commented Jun 8, 2017

  • Version: 8.0.0
  • Platform: Linux x64

I found a C++ error in my node server log file with no always appear.

Error detail

/usr/local/services/TSW-1.0/bin/node-v8.0.0/bin/node[3932]: ../src/env-inl.h:131:void node::Environment::AsyncHooks::push_ids(double, double): Assertion `(trigger_id) >= (0)' failed.
 1: node::Abort() [TSW/worker/4]
 2: node::Assert(char const* const (*) [4]) [TSW/worker/4]
 3: node::AsyncWrap::PushAsyncIds(v8::FunctionCallbackInfo<v8::Value> const&) [TSW/worker/4]
 4: 0x2dcc54294185

I have no idea about the error, if you need more information, feel free to contact me.

@bnoordhuis
Copy link
Member

I believe that is a duplicate of #13325. It was fixed in #13348 and scheduled for the next v8.x release, which I expect will be released next week.

I'll close this out. If after upgrading you still get these errors, yell and I'll reopen.

@bnoordhuis bnoordhuis added async_hooks Issues and PRs related to the async hooks subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. labels Jun 8, 2017
@zkd8907
Copy link
Author

zkd8907 commented Jun 8, 2017

Thanks for replying me. I will check the issue with the next version.

@addaleax addaleax added the http Issues or PRs related to the http subsystem. label Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async_hooks Issues and PRs related to the async hooks subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. http Issues or PRs related to the http subsystem.
Projects
None yet
Development

No branches or pull requests

3 participants