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
We discoverd a bug in performance_timing.c which causes servald to crash in our 100 nodes hub scenario. The config enabled debug.timing=true.
debug.timing=true
Servald crashed on two nodes, which produced almost the same FATAL report.
qemu7-serval.txt qemu10-serval.txt
The text was updated successfully, but these errors were encountered:
Looks like it might be some kind of "use after free" problem.
Our "network_destination" structs are reference counted and should only be released when all uses are gone.
Added debug.ref_counts option in d7e1e40 that might help to work out if we are missing a reference increment.
Sorry, something went wrong.
No branches or pull requests
We discoverd a bug in performance_timing.c which causes servald to crash in our 100 nodes hub scenario. The config enabled
debug.timing=true
.Servald crashed on two nodes, which produced almost the same FATAL report.
qemu7-serval.txt
qemu10-serval.txt
The text was updated successfully, but these errors were encountered: