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

Example fails with QT 5.3.1 on OSX 10.9.3 #31

Open
kommander opened this issue Jul 19, 2014 · 2 comments
Open

Example fails with QT 5.3.1 on OSX 10.9.3 #31

kommander opened this issue Jul 19, 2014 · 2 comments

Comments

@kommander
Copy link

Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file /Users/sebastian/.node-gyp/0.10.29/src/node_object_wrap.h, line 61.
[1] 54418 abort node index.js

@ivan
Copy link

ivan commented Aug 6, 2014

I see the same on Ubuntu 14.04:

# nodejs nodeqt-demo.js 
nodejs: /home/at/.node-gyp/0.10.30/src/node_object_wrap.h:61: static T* node::ObjectWrap::Unwrap(v8::Handle<v8::Object>) [with T = QApplicationWrap]: Assertion `handle->InternalFieldCount() > 0' failed.
zsh: abort      nodejs nodeqt-demo.js

@ivan
Copy link

ivan commented Aug 6, 2014

Ah, it needs a .bind(): see #29

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