Description
Using ESPEasy with the latest core the ESP crashes when I try to access the web server. Until then its fine.
Tried all lwip versions.
Exception decoder shows:
Exception 3: LoadStoreError: Processor internal physical address or data error during load or store
Decoding 38 results
0x4024460c: strcpy at /Users/igrokhotkov/e/newlib-xtensa/xtensa-lx106-elf/newlib/libc/machine/xtensa/../../../../.././newlib/libc/machine/xtensa/strcpy.S line 60
0x4028bd32: lwip_init at ?? line ?
0x4028bc12: lwip_init at ?? line ?
0x4023fa85: String::copy(char const*, unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x4023fad2: String::String(char const*) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x4028bd32: lwip_init at ?? line ?
0x4023fdcc: String::String(__FlashStringHelper const*) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x40239484: ESP8266WebServer::_prepareHeader(String&, int, char const*, unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x4023fa85: String::copy(char const*, unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x4023fad2: String::String(char const*) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x402395a7: ESP8266WebServer::send(int, char const*, String const&) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x4023fad2: String::String(char const*) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x4020db8f: sendWebPageChunkedBegin(String&) at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x402251bc: processAndSendWebPageTemplate(String&, String&) at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x4023fda4: String::operator=(__FlashStringHelper const*) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x402093eb: checkRAM(__FlashStringHelper const*) at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x40283ec3: lwip_init at ?? line ?
0x402253f8: sendWebPage(String const&, String&) at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x401077c8: xPortWantedSizeAlign at ?? line ?
0x4023fb10: String::copy(__FlashStringHelper const*, unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x40229dee: handle_setup() at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x4023fa07: String::changeBuffer(unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x4023fa53: String::reserve(unsigned int) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x402399e4: FunctionRequestHandler::handle(ESP8266WebServer&, HTTPMethod, String) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x40241b7e: std::_Function_handler ::_M_invoke(std::_Any_data const&) at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x402399da: std::function ::operator()() const at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x40239a16: FunctionRequestHandler::handle(ESP8266WebServer&, HTTPMethod, String) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x4023fbb0: String::String(String const&) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/WString.cpp line 714
0x40239a9a: ESP8266WebServer::_handleRequest() at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x402373fc: WiFiClient::~WiFiClient() at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/WiFiClient.cpp line 372
0x4023823c: FunctionRequestHandler::canHandle(HTTPMethod, String) at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x40239ce0: ESP8266WebServer::handleClient() at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h line 119
0x4023b3b5: DNSServer::processNextRequest() at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/libraries/DNSServer/src/DNSServer.cpp line 51
0x4023e9c5: HardwareSerial::available() at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/HardwareSerial.cpp line 180
0x40222333: backgroundtasks() at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x4022d2a7: loop at /home/john/Arduino/scetchbooks/ESPEasy/TimeZoneESPeasy.ino line 251
0x402409d4: loop_wrapper at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_main.cpp line 57
0x40100710: cont_norm at /home/john/ArduinoPortable/arduino-1.8.5_ESPgit/hardware/esp8266com/esp8266/cores/esp8266/cont.S line 109