things4u / ESP-1ch-Gateway

Version 6 of the single channel gateway
MIT License
364 stars 147 forks source link

Getting errror with latest v6.2.x #20

Closed bkrajendra closed 4 years ago

bkrajendra commented 4 years ago
User exception (panic/abort/assert)
Abort called

>>>stack>>>

ctx: cont
sp: 3ffffe60 end: 3fffffc0 offset: 0000
3ffffe60:  3ffe9882 3fff229c 3fff2066 40202b54  
3ffffe70:  000000fe 00000000 00000000 00000000  
3ffffe80:  00000000 00000000 00000000 3fff1a60  
3ffffe90:  00000000 00000000 00000032 3ffe942b  
3ffffea0:  000000ff 3ffffef0 3fff2b20 40217d2a  
3ffffeb0:  40218435 00000032 3ffe942b 40217d40  
3ffffec0:  000000ff 3ffffef0 3fff2b20 40203bf1  
3ffffed0:  00000000 3ffffef0 80fe9615 402165a6  
3ffffee0:  000000ff 3ffe85a3 3fff2b20 40203d2a  
3ffffef0:  40218400 00000064 80fe942b 4021842a  
3fffff00:  3ffe9297 3ffe85a3 3fff240c 4020d0d3  
3fffff10:  0000007d 000000b7 feefeffe feefeffe  
3fffff20:  633a3836 61333a36 3a30653a 623a6437  
3fffff30:  fe000037 38707365 2d363632 64373065  
3fffff40:  3fff3600 000d000f 80efeffe 40226c48  
3fffff50:  cb4ca934 8000003d 3fff3600 003d003f  
3fffff60:  80efeffe 40002e00 1a19010a 80efeffe  
3fffff70:  5e43eb19 feefeffe feefeffe feefeffe  
3fffff80:  3fff28e8 feefeffe feefeffe feefeffe  
3fffff90:  feefeffe feefeffe feefeffe 3fff2c50  
3fffffa0:  3fffdad0 00000000 3fff2c10 402178c4  
3fffffb0:  feefeffe feefeffe 3ffe8d28 401012dd  
<<<stack<<<

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3456, room 16 
tail 0
chksum 0x84
csum 0x84
v11ae243e
~ld

ESP Exception decoder:


Decoding stack results
0x40202b54: setFreq(unsigned int) at C:\Users\Rajendra\Documents\Arduino\sumeet\ESP-1ch-Gateway-v6.0\ESP-sc-gway/_loraModem.ino line 262
0x40217d2a: Twi::writeTo(unsigned char, unsigned char*, unsigned int, unsigned char) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_si2c.cpp line 328
0x40218435: __attachInterruptFunctionalArg(uint8_t, voidFuncPtrArg, void*, int, bool) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_wiring_digital.cpp line 182
0x40217d40: Twi::writeTo(unsigned char, unsigned char*, unsigned int, unsigned char) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_si2c.cpp line 45
0x40203bf1: receivePkt(unsigned char*) at C:\Users\Rajendra\Documents\Arduino\sumeet\ESP-1ch-Gateway-v6.0\ESP-sc-gway/_loraModem.ino line 583
0x402165a6: String::concat(char const*, unsigned int) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\WString.cpp line 332
0x40203d2a: SerialStat(unsigned char) at C:\Users\Rajendra\Documents\Arduino\sumeet\ESP-1ch-Gateway-v6.0\ESP-sc-gway/_utils.ino line 294
0x40218400: __attachInterruptFunctionalArg(uint8_t, voidFuncPtrArg, void*, int, bool) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_wiring_digital.cpp line 194
0x4021842a: __attachInterruptFunctionalArg(uint8_t, voidFuncPtrArg, void*, int, bool) at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_wiring_digital.cpp line 181
0x4020d0d3: wwwFile(String) at C:\Users\Rajendra\Documents\Arduino\sumeet\ESP-1ch-Gateway-v6.0\ESP-sc-gway/_wwwServer.ino line 150
0x402178c4: __wrap_system_restart_local() at C:\Users\Rajendra\Documents\Arduino\hardware\esp8266com\esp8266\cores\esp8266\core_esp8266_postmortem.cpp line 201
platenspeler commented 4 years ago

Please add your comment to the original message. At this moment you have 2.

Maarten