-
Notifications
You must be signed in to change notification settings - Fork 2
Tokio hangs when opening TIFF #89
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
Comments
FWIW I saw this issue apache/arrow-rs-object-store#343 which linked to this upstream issue rust-lang/rust#136932. When I was debugging this issue, I remember seeing a panic somewhere with |
Tested on rust 1.86 and 1.87, getting the same hang behaviour on both so don't think it's related to those issues. I can reproduce this purely on the rust side too (when working on #101 (comment)), so at least we can deduce that it's not something with pyo3. |
Yeah... I'm kinda stumped about this hanging 😔 |
This example seems to hang, @kylebarron suggested in may relate to the intersection between exceptions, panics, and async futures
fyi @TomNicholas
The text was updated successfully, but these errors were encountered: