-
Notifications
You must be signed in to change notification settings - Fork 29
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
fdb_stop_network
MUST be called before the program exits.
#170
Comments
This was with v0.2.10. |
Nevermind, still failing sometimes: https://github.com/Clikengo/foundationdb-rs/pull/173/checks?check_run_id=422465156 |
This is probably caused due to this foundation spec:
|
yep, this is the cause, |
fdb_stop_network
MUST be called before the program exits.
Internally I traced the segfault to a data race between the network thread that is still running and the
|
Fixing this undefined behavior will requires a breaking change :(
|
[breaking-change] fix #170: `fdb_stop_network` **MUST** be called before the program exits.
Sometimes the tokio test fails:
The text was updated successfully, but these errors were encountered: