Page 1 of 1

stack overflow using nvs

Posted: Tue Feb 21, 2017 11:29 am
by preetam
Hi,

I am trying to run the nvs examples from https://github.com/espressif/esp-idf/tr ... s_rw_value

when flash it on esp32 , i get the below error
▒▒▒▒▒▒▒▒***ERROR*** A stack overflow in task ipc1 has been detected.
abort() was called at PC 0x400853a0
Guru Meditation Error: Core 1 panic'ed (abort)

Backtrace: 0x40009203:0x3ffe7ce0 0x00000000:0x3ffe7d00 0x40082c18:0x3ffe7d20 0x40084a37:0x3ffe7d40 0x40083f40:0x3ffe7d60 0x40080ae0:0x3ffe7d80 0x40007c34:0x3ffe7dc0 0x40000740:0x3ffe7e30

can anyone let me know how to resolve this . I am using the latest esp idf library.

Thank you
Paul

Re: stack overflow using nvs

Posted: Tue Feb 21, 2017 4:38 pm
by ESP_igrr
Just tried the sample with the latest master, and it seems to work okay...
Which development board are you using?
Can anyone else reproduce this?

Re: stack overflow using nvs

Posted: Tue Feb 21, 2017 5:42 pm
by erhardd
Used Sparkfun-thing(ESP32) with MSYS comp. and flashed.(Win7)Image

Re: stack overflow using nvs

Posted: Tue Feb 21, 2017 7:23 pm
by preetam
Hi,
I am using Sparkfun-thing(ESP32) on windows. Same stack overflow on both esp32.

Re: stack overflow using nvs

Posted: Wed Feb 22, 2017 4:53 am
by ESP_igrr
We have reproduced an issue which is similar to it (although the output is not exactly the same). We'll have a fix for is in master shortly.