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/local/bin/node[1096]: ../src/node_buffer.cc:219:char* node::Buffer::Data(v8::Local<v8::Object>): Assertion `obj->IsArrayBufferView()' failed. #25431

Closed
DevYukine opened this issue Jan 10, 2019 · 2 comments

Comments

@DevYukine
Copy link

DevYukine commented Jan 10, 2019

My Node application crashes randomly with the message

/usr/local/bin/node[1096]: ../src/node_buffer.cc:219:char* node::Buffer::Data(v8::Local<v8::Object>): Assertion `obj->IsArrayBufferView()' failed.

This issue occoured when updating from v10.13.0 to v10.15.0, i've not tested if reverting fixes it but i will update this issue shortly when i can test that.

@bnoordhuis
Copy link
Member

Can you obtain a stack trace? If you turn on core dumps (ulimit -c unlimited), you can inspect it afterwards with gdb /usr/local/bin/node /path/to/core; bt prints a backtrace.

@DevYukine
Copy link
Author

This was actually not an issue with node itself but with zlib, closing this cause of that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants