futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

Issue on iphone with atomic-waker

Open serzhiio opened this issue 2 years ago • 2 comments

Caught it recently IMG_5068

serzhiio avatar Oct 11 '23 19:10 serzhiio

Thanks for the report. It seems that this debug assertion is triggered.

https://github.com/rust-lang/futures-rs/blob/a402900063fe62a2b5d51e063e11206eff8b0d30/futures-core/src/task/__internal/atomic_waker.rs#L392-L401

Is it possible to provide code to reproduce this?

Also, does the code seem to be running on WASM, not directly on iphone?

taiki-e avatar Oct 15 '23 07:10 taiki-e

This is from WASM app, unfortunately i can't provide code to reproduce this error.

serzhiio avatar Oct 24 '23 13:10 serzhiio