We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Probably some malloc() fails and return isn't checked against NULL. The segfault occurs after workers are started.
malloc()
NULL
- 6. worker ... done. All workers up and running Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
The segfault occurs here:
rainbrot/src/worker.c
Line 137 in bdfa59a
Sorry, something went wrong.
Tried to address #4, but the bug is still in place
aa90c02
No branches or pull requests
Probably some
malloc()
fails and return isn't checked againstNULL
. The segfault occurs after workers are started.The text was updated successfully, but these errors were encountered: