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

/usr/bin/node[14405]: ../src/node_http_parser.cc:398:static void node::Parser::Execute(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `(parser->current_buffer_len_) == (0)' failed. #13075

Closed
Fov6363 opened this issue May 17, 2017 · 4 comments
Labels
http Issues or PRs related to the http subsystem.

Comments

@Fov6363
Copy link

Fov6363 commented May 17, 2017

My project use pm2 manager,pm2 error log find error:

335 /usr/bin/node[14405]: ../src/node_http_parser.cc:398:static void node::Parser::Execute(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `(parser->current_buffer_len_) == (0)' failed.
336  1: node::Abort() [node /data1/baas_server/nodejs_api_x35/cluster.js]
337  2: node::Assert(char const* const (*) [4]) [node /data1/baas_server/nodejs_api_x35/cluster.js]
338  3: node::Parser::Execute(v8::FunctionCallbackInfo<v8::Value> const&) [node /data1/baas_server/nodejs_api_x35/cluster.js]
339  4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node /data1/baas_server/nodejs_api_x35/cluster.js]
340  5: 0xa733fd [node /data1/baas_server/nodejs_api_x35/cluster.js]
341  6: 0xa73c92 [node /data1/baas_server/nodejs_api_x35/cluster.js]
342  7: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [node /data1/baas_server/nodejs_api_x35/cluster.js]
343  8: 0x24cfb73843a7

Who can tell you what the mistake

@bnoordhuis
Copy link
Member

Please fill out the issue template, we ask it for a reason:

Version: output of node -v
Platform: output of uname -a (UNIX), or version and 32 or 64-bit (Windows)

Any way for us to reproduce?

@mscdex mscdex added the http Issues or PRs related to the http subsystem. label May 17, 2017
@Fov6363
Copy link
Author

Fov6363 commented May 17, 2017

@bnoordhuis thanks remind.

[root@VM_27_79_centos ~]# node -v
v7.6.0
[root@VM_27_79_centos ~]# uname -a
Linux VM_27_79_centos 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

My Project is cluster,use node cluster.
use wrk tools test HTTP,it will be get error

@bnoordhuis
Copy link
Member

Can you try the latest v7.x release, v7.10.0? If it still fails for you, how can we reproduce? Without precise steps to reproduce there isn't much we can do.

@Fov6363
Copy link
Author

Fov6363 commented May 17, 2017

@bnoordhuis thanks,i will try to v7.10.0,if not success,i will provide a test project can reproduction error and open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem.
Projects
None yet
Development

No branches or pull requests

3 participants