-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels