Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in wifi_nvs_set (libnet80211.a) #35

Open
real-tintin opened this issue Nov 4, 2023 · 0 comments
Open

Crash in wifi_nvs_set (libnet80211.a) #35

real-tintin opened this issue Nov 4, 2023 · 0 comments

Comments

@real-tintin
Copy link

Hi,

We are running Zephyr on an ESP32 (ESP32-WROOM-32E-N8R2). We have noticed sporadic (quite seldom) crashes in wifi_nvs_set, located in esp32/libnet80211.a.

The Zephyr kernel throws a fatal error: EXCCAUSE 29 (trying to write to read-only memory). Assembler line:

0x401378da <+102>: s8i a3, a2, 0

As we can't access the source of the lib we are somewhat in the dark here. We have not defined CONFIG_ESP32_WIFI_NVS_ENABLED, hence the WiFi NVS feature should be disable. I don't know if/how that affects the usage of the lib.

Are there any stack sizes related which can be increased?

Any help is appreciated 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant