-
Notifications
You must be signed in to change notification settings - Fork 358
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
can't call foreign function: kqueue #2603
Comments
Are you running on macos by any chance? We're currently building tokio support under linux, which uses epoll instead of kqueue. You can try this by using a linux target (miri can interpret all supported targets from any host) |
Hey @oli-obk thanks for the help, I've ran the same command with
|
Wonderful. Your issue is essentially a duplicate of #602 even though your use case is Mac. Not sure we'll ever support Mac, but if we will, we'll first finish the ongoing linux impl. I'm going to close this issue and we can revisit once everything works on linux |
I see, thank you! |
I tried running
miri test
in smithy-rs and I run into the following error:I'd opened a similar issue in Mio, tokio-rs/mio#1623, but it looks like here's the best place to post it.
The text was updated successfully, but these errors were encountered: