You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be entirely accurate it may not match the compiled code exactly.
Exception Cause: 3 [LoadStoreError: Processor internal physical address or data error during load or store]
0x4010044e: check_poison_block at umm_malloc.c:?
0x40248488: wdev_exit_sniffer at ??:?
0x4010044e: check_poison_block at umm_malloc.c:?
0x40248488: wdev_exit_sniffer at ??:?
0x4010020c: _umm_free at umm_malloc.c:?
0x4010137c: ets_timer_arm_new at ??:?
0x40245826: pp_enable_noise_timer at ??:?
0x4010053a: get_unpoisoned at umm_malloc.c:?
0x40243a95: pm_open at ??:?
0x40100990: free at ??:?
0x40242c98: ic_interface_is_p2p at ??:?
0x40106d84: vPortFree at ??:?
0x40242831: esf_buf_alloc at ??:?
0x40217ce3: wifi_softap_stop at ??:?
0x4022dd60: wifi_softap_get_config_default at ??:?
0x4022deb7: wifi_softap_get_config_default at ??:?
0x4022de3f: wifi_softap_get_config_default at ??:?
0x4022dee2: wifi_softap_get_config_default at ??:?
0x402075a6: ESP8266WiFiAPClass::softAP(char const*, char const*, int, int, int) at ??:?
0x4010020c: _umm_free at umm_malloc.c:?
0x4020bc40: WiFiServer::_s_accept(void*, tcp_pcb*, long) at ??:?
0x4024a448: chip_v6_unset_chanfreq at ??:?
0x40201225: Print::write(char const*) at ??:?
0x4010099c: free at ??:?
0x402012fc: Print::print(char const*) at ??:?
0x40204654: void WiFiManager::DEBUG_WM<__FlashStringHelper const*>(__FlashStringHelper const*) at ??:?
0x4020494c: WiFiManager::stopConfigPortal() at ??:?
0x40206700: WiFiManager::startConfigPortal(char const*, char const*) at ??:?
0x4020213c: loop_wrapper() at core_esp8266_main.cpp:?
0x4020c1a6: WiFiServer::write(unsigned char) at ??:?
0x40201201: Print::write(char const*) at ??:?
0x40202164: loop_wrapper() at core_esp8266_main.cpp:?
0x402032c8: cont_norm at cont.o:?
0x4010f000: ?? ??:0
Any ideas?
I will try to get better dumps, but this is hard to reproduce atm, I will try to narrow it down or figure out how to trip it.
I do know the last thing I am calling is a server.reset() for webserver..
What is pm open,type:2 0
The text was updated successfully, but these errors were encountered:
Basic Infos
Hardware
Hardware: ESP-12e
Core Version: staging
Description
Problem description
Settings in IDE
Module: nodemcu v2
Flash Size: ?4MB/1MB?
CPU Frequency: ?80Mhz?
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: ?OTA / SERIAL?
Reset Method: ?ck / nodemcu?
This might not be entirely accurate it may not match the compiled code exactly.
Any ideas?
I will try to get better dumps, but this is hard to reproduce atm, I will try to narrow it down or figure out how to trip it.
I do know the last thing I am calling is a server.reset() for webserver..
What is
pm open,type:2 0
The text was updated successfully, but these errors were encountered: