-
Notifications
You must be signed in to change notification settings - Fork 20
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
SIGSEV upon program finish #7
Comments
Sorry for the lack of a response, I was in the process of moving to a new home when this was written and forgot to come back to it. I will review the code a bit to see if anything jumps out at me. Do you have a simple code example that causes the problem? |
Greetings, install this library with some problems in my raspberry pi, for example I had to use: BUILD SUCCESSFUL in 22s without the above, it generated an error: FAILURE: Build failed with an exception.
BUILD FAILED in 12m 55s However someone could provide me with a simple example of how to use it in java. |
First of all, many thanks for this project - it has saved me a lot of trouble and work for a private project of mine.
I am using a WS2812b LED-Strip on a RPi 3 via gpiopin 21, pwm-channel 0 and can use it without a problem. When the program finishes however (or I call System.exit()), I get a sigsev error and I strongly believe this is due to the corresponding channel not being closed properly, because nothing else could cause it. I even tried executing a program, where I just instantiate a new strip and send something and I still get the error.
Honestly, this is not super important, since everything works fine upon execution, but I thought I might post this here and see, if others get the same error, or if this behaviour is even expected.
Thanks again for this great contribution.
The text was updated successfully, but these errors were encountered: