Skip to content
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

segmentation fault, x86_64-unknown-linux-musl #929

Closed
ktmlm opened this issue Jan 6, 2021 · 2 comments
Closed

segmentation fault, x86_64-unknown-linux-musl #929

ktmlm opened this issue Jan 6, 2021 · 2 comments

Comments

@ktmlm
Copy link

ktmlm commented Jan 6, 2021

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 or x86_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 !

@ktmlm ktmlm changed the title segmentation fault segmentation fault, x86_64-unknown-linux-musl Jan 6, 2021
@skade
Copy link
Collaborator

skade commented Jan 24, 2021

@ktmlm do you have a small program that reproducibility triggers that bug? Please note that this can be caused by userland bugs.

@ktmlm
Copy link
Author

ktmlm commented Mar 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants