Dániel Buga
Dániel Buga
Persisting is a good idea. To spin it further, I think it should be opt-in, with a user-provided buffer. A bit tricky to use because the buffer needs to be...
Oh look whose issue this is. 👀 We could contribute an esp-hal feature to [panic_reset](https://github.com/korken89/panic-reset).
> If the future constructor function passed to AvailableTask::initialize panics This PR still leaves the TaskStorage in an unusable state. Maybe a drop guard in `initialize_impl` could be used to...
> Is there a reason the `catch_unwind` solution wouldn't work? Do you really want to stop unwinding here? I think the current Drop-solution is fine, but with a slight modification:...
Although your output is a bit different, I think this is a dup of https://github.com/probe-rs/probe-rs/issues/3309
Someone needs to teach probe-rs to unwind beyond exception frames. > It seems to be hardware specific. Could be an issue with armv8 stack unwinding, but the other part of...
It looks like I can reproduce this issue, or something similar on an ESP32S3
Thanks for the investigation, I'll try and fix this soon-ish.
probe-rs doesn't know this.
would you go through ~3k chips and filter out which ones need this to be printed? it's easier to fix if someone would spend the ~hour updating the flash algo...