You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by two async runtime embed together, that is a http server with an async runtime deps and a http client with an async runtime deps in the same thread.
I got
segmentation fault
like #662, on Alpine Linux(x86_64-unknown-linux-musl
), at version v1.8.0 or v1.7.0.All goes well on
x86_64-apple-darwin
orx86_64-unknown-linux-gnu
.When I switch to futures-v0.3.8 or tokio-v1.0.1, this problem remain.
Only occur in debug mode !
The text was updated successfully, but these errors were encountered: