-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
SIGABRT on shutdown #106
Comments
Seems to only be |
Got one in Valgrind, and it's a hot mess. Looks pretty simple: we have stats coming in while we're removing devices.
|
oh yeah it looks like we've even got shit hitting while/after we've called notcurses_stop(). that's certainly not going to fly. |
OK, we've got |
I've reenabled |
Reenable call to growlight_stop() in shutdown_cycle() of growlight. Fix bug in adapter_free() where we needed to check for NULL prev/next on the circular list. Closes #106.
This fix is present in growlight 1.2.19. |
Using growlight 1.2.18, I get a SIGABRT on shutdown sometimes. No more info than that yet, sorry. I'm not even sure if this is a notcurses UI thing or a core thing yet.
The text was updated successfully, but these errors were encountered: