Code: https://github.com/esp-rs/esp-idf-svc/blob/4fff46bba1be66ae3c6945d3b8bda30a589f6f6b/examples/tls_async.rs Backtrace: [backtrace.txt](https://github.com/smol-rs/async-io/files/14695958/crash.txt) Crate versions: [Cargo.lock](https://github.com/smol-rs/async-io/files/14695995/Cargo.lock.txt) I am running the example on a ESPcam board, with an esp32 (revision v3.0) Xtensa module (Tinker AI ESP32-S, to be exact). The example usually crashes once or twice after reset before working. I've only managed to reproduce this with an optimized debug build with codegen-units=1. ``` [profile.de[v] debug = true opt-level = "s" codegen-units = 1 ```