Search found 2 matches

by top_of_the_stack
Wed May 15, 2024 10:50 am
Forum: ESP-IDF
Topic: Coredump: Debug Exception 0x41
Replies: 2
Views: 586

Re: Coredump: Debug Exception 0x41

Yes, I initially thought a NULL pointer too, but I also couldn't find a way for a NULL pointer to get to that point. Do you have any ideas on what would cause a memory corruption and any way to reduce it? Thanks for the pointer to ROM - I decoded the coredump with the ROM elf file (I ended up instal...
by top_of_the_stack
Tue May 14, 2024 11:05 am
Forum: ESP-IDF
Topic: Coredump: Debug Exception 0x41
Replies: 2
Views: 586

Coredump: Debug Exception 0x41

Hiya, I am working on a project with an ESP32 WROVER device on IDF v4.4 (I cannot upgrade to v5 for various reasons). I am having an issue with esp_ping_new_session . During the memset in prvInitialiseNewTask , my device is crashing. I cannot access the output logs of my device but I have access to ...