Search found 3 matches

by joreika
Fri Mar 08, 2024 9:24 pm
Forum: General Discussion
Topic: heap_trace_dump dont print function name
Replies: 2
Views: 3412

Re: heap_trace_dump dont print function name

I found the issue after tens of hours of debugging. It is mentioned in the esp config files that "HEAP_TRACING_STACK_DEPTH" is "Disabled for RISC-V due to `__builtin_return_address` " therefore the depth is 0 and therefore it does not store this info. very sad :roll:
by joreika
Fri Mar 08, 2024 8:41 pm
Forum: General Discussion
Topic: heap_trace_dump dont print function name
Replies: 2
Views: 3412

Re: heap_trace_dump dont print function name

I am facing the same issue. I tried both standalone and host based options, I never get the caller address. I am also using esp32c6, I start thinking that this could be the issues. I tried on windows, wsl, virtualbox and on a separate linux system, I get the same result. This is sad :roll:
by joreika
Wed Feb 21, 2024 3:16 pm
Forum: IDEs for ESP-IDF
Topic: in multi configuration in vscode, use "compile arguments"
Replies: 0
Views: 1870

in multi configuration in vscode, use "compile arguments"

Hello, I have followed [this][https://github.com/espressif/esp-idf/blob/a5b261f/examples/build_system/cmake/multi_config/README.md] and [this][/https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/multiple_config.md] to be able to support multiple configurations in a singl...