-
Notifications
You must be signed in to change notification settings - Fork 626
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
Segmentation fault when calling ws2811_fini #284
Comments
I’ve noticed the same thing a few days ago, while using C++ (but not while using the included test program, which is odd because my code was based off it). |
I think this is related, Looks like the segfault has been swept under the rug somewhat, and we should probably track it down and correct it. I suspect it's due to Lines 1061 to 1079 in d50cc44
|
This may be slightly different, but when I run any of the python example scripts I get:
I could get an older x16 RGB LED ring to work, but now with a x24 RGBW (I used a branch sk6812) it's not initializing. |
Check out the issue I just posted. Try intializing .chan[0].gamma and chan[1].gamma to zero. |
There seems to be a segmentation fault when calling ws2811_fini in the nodejs bindings.
Any tips on how to fix that ?
Thanks !
The text was updated successfully, but these errors were encountered: