Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Demangling not working correctly #95

@MabezDev

Description

@MabezDev

I believe the trace should be demangling symbols, as per

.and_then(|f| f.demangle().ok().map(|c| c.into_owned()))
.

Sadly it doesn't seem to be working correctly:

Backtrace:
 
0x400d8652
0x400d8652 - _ZN4core3num7flt2dec17digits_to_dec_str17hc32606d1079c94d2E
    at ??:??
0x400d886d
0x400d886d - _ZN4core3num7flt2dec15to_shortest_str17h654526032c2cd997E
    at ??:??
0x400d710c
0x400d710c - _ZN4core3fmt5float32float_to_decimal_common_shortest17h41be84e596d8a6caE.llvm.13434864130540073215
    at ??:??
0x400d717b
0x400d717b - _ZN4core3fmt5float52_$LT$impl$u20$core..fmt..Display$u20$for$u20$f64$GT$3fmt17h59c8e4b96a25ec7cE
    at ??:??
0x400d72be
0x400d72be - _ZN4core3fmt5write17h0ac2b54e9e860323E
    at ??:??
0x400d0bb5
0x400d0bb5 - main
    at ??:??
0x400d12c2
0x400d12c2 - Reset
    at ??:??
0x400d0f60
0x400d0f60 - ESP32Reset
    at ??:??

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions