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

WKBReader Assertion crash #32

Open
rcoup opened this issue Jun 30, 2014 · 0 comments
Open

WKBReader Assertion crash #32

rcoup opened this issue Jun 30, 2014 · 0 comments

Comments

@rcoup
Copy link

rcoup commented Jun 30, 2014

If you (accidentally) don't put new infront of WKBReader, it crashes node. It shouldn't work, but I wouldn't expect it to crash the environment either.

$ node
> var geos = require('geos');
undefined
> var r = new geos.WKBReader();
undefined
> var x = geos.WKBReader();
node: /home/myuser/.node-gyp/0.10.24/src/node_object_wrap.h:71: void node::ObjectWrap::Wrap(v8::Handle<v8::Object>): Assertion `handle->InternalFieldCount() > 0' failed.
Aborted

node-geos 1872db21ae, node v0.10.24, Linux

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

1 participant