You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Backtrace:0x400d86520x400d8652 - _ZN4core3num7flt2dec17digits_to_dec_str17hc32606d1079c94d2E
at ??:??
0x400d886d0x400d886d - _ZN4core3num7flt2dec15to_shortest_str17h654526032c2cd997E
at ??:??
0x400d710c0x400d710c - _ZN4core3fmt5float32float_to_decimal_common_shortest17h41be84e596d8a6caE.llvm.13434864130540073215
at ??:??
0x400d717b0x400d717b - _ZN4core3fmt5float52_$LT$impl$u20$core..fmt..Display$u20$for$u20$f64$GT$3fmt17h59c8e4b96a25ec7cE
at ??:??
0x400d72be0x400d72be - _ZN4core3fmt5write17h0ac2b54e9e860323E
at ??:??
0x400d0bb50x400d0bb5 - main
at ??:??
0x400d12c20x400d12c2 - Reset
at ??:??
0x400d0f600x400d0f60 - ESP32Reset
at ??:??
The text was updated successfully, but these errors were encountered:
Right, it should be... Can you try with latest main. I've merged a bunch of dependency updates (including addr2line) recently, and it's possible something in there fixed it (assuming it's not epsmonitor's fault). If it works, I can just cut a new release.
Hmm, all I can think of is that the demangled names are stored in debug info, because maybe the demangling of Rust symbols isn't actually set in stone like it is for C++? So there's no standard algorithm that the addr2line crate can use between different versions of rustc? Dunno...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I believe the trace should be demangling symbols, as per
espmonitor/espmonitor/src/lib.rs
Line 324 in 992fefb
Sadly it doesn't seem to be working correctly:
The text was updated successfully, but these errors were encountered: