This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Description
i am using esp32 with ethernet module lan8720, every thing working fine except when using async mqtt client library, onMqttDisconnect() event rises following error appears and esp32 crashes.
Disconnected from MQTT.
Guru Meditation Error: Core 1 panic'ed (LoadProhibited)
. Exception was unhandled.
Register dump:
PC : 0x401096b3 PS : 0x00060330 A0 : 0x800d62e8 A1 : 0x3ffdca90
A2 : 0x00000000 A3 : 0x00000001 A4 : 0x0000000a A5 : 0x00022203
A6 : 0x00000000 A7 : 0x00004034 A8 : 0x80112d50 A9 : 0x3ffdca60
A10 : 0x3ffdbe18 A11 : 0x3ffc10d0 A12 : 0x3ffdbe78 A13 : 0x00000000
A14 : 0x3ffdbed8 A15 : 0x00000000 SAR : 0x00000008 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000038 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0xffffffff
Backtrace: 0x401096b3:0x3ffdca90 0x400d62e5:0x3ffdcab0 0x4010290d:0x3ffdcad0
Rebooting...