Closed
Description
If I hook up node-inspector I can step through the code fine but as soon as I 'inspect' a canvas object it'll crash:
.node-gyp/0.8.6/src/node_object_wrap.h:52: static T* node::ObjectWrap::Unwrap(v8::Handle<v8::Object>) [with T = Canvas]: Assertion `handle->InternalFieldCount() > 0' failed.
Minimal working example should be a simple:
var Canvas = require('canvas')
var canvas = new Canvas(w,h)
Metadata
Metadata
Assignees
Labels
No labels