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

"Fatal error in ../deps/v8/src/objects.cc, line 3577" when cam.stop #46

Open
lynaisy opened this issue Sep 27, 2018 · 3 comments
Open

Comments

@lynaisy
Copy link

lynaisy commented Sep 27, 2018

node -v8.11.3

@daverathbone
Copy link

daverathbone commented Oct 14, 2018

me too node -v7.7.3

@JeffJassky
Copy link

Same on 8.10.0

Opening in O_NONBLOCKING MODE 
#
# Fatal error in ../../v8/src/objects.cc, line 3550
# Check failed: receiver->IsJSFunction().
#
#0 0x00000199c5e4 <unknown>
#1 0x000003c7c030 <unknown>
#2 0x007f7b88cd38 V8_Fatal()
#3 0x007f7bda647c <unknown>
#4 0x007f7c0a0a90 node::MakeCallback()
#5 0x007f7c0a0d04 node::MakeCallback()
#6 0x007f755bd870 (anonymous namespace)::Camera::StopCB()

@JeffJassky
Copy link

Workaround: GIve stop() a callback function as the first argument.

cam.stop(()=>{})

or cam.stop(function(){});

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

3 participants