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

ESP32 reboots on ping (every then and now) #36

Open
bongoo1 opened this issue Jan 17, 2022 · 1 comment
Open

ESP32 reboots on ping (every then and now) #36

bongoo1 opened this issue Jan 17, 2022 · 1 comment

Comments

@bongoo1
Copy link

bongoo1 commented Jan 17, 2022

my application regularly checks the availability of other nodes in the subnet doing a ping.
while working fine most of the time, this unfortunately may result in a reboot, as soon as i execute the line
result = Ping.ping(checkip,1);
with chickip being the ip address.
there are times when everything works fine for a few days, and there are times when i get a reboot every few minutes.

i once managed to catch the output to the serial term on a reboot (see below).
but unfortunately, this does not really mean a lot to me ;-(
any idea what goes wrong here?

thanx for your help!

assertion "arp_table[i].q == NULL" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", line 383, function: etharp_find_entry
abort() was called at PC 0x400f779b on core 0

ELF file SHA256: 0000000000000000

Backtrace: 0x40088808:0x3ffb3d90 0x40088a85:0x3ffb3db0 0x400f779b:0x3ffb3dd0 0x4012fa79:0x3ffb3e00 0x4013006d:0x3ffb3e30 0x40130391:0x3ffb3e50 0x401216d6:0x3ffb3e80 0x40121719:0x3ffb3ec0 0x40121746:0x3ffb3ef0 0x4012a02c:0x3ffb3f20 0x40127bb2:0x3ffb3f60 0x40126685:0x3ffb3f80 0x40089a96:0x3ffb3fb0

Rebooting...
ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5828
entry 0x400806a8

@Olejan
Copy link

Olejan commented Nov 22, 2022

I have same situation. I use Ethernet module w5500. It works fine. But if I try to call Ping.ping(ip, 1) it throws an error:

assertion "Invalid mbox" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/api/tcpip.c", line 374, function: tcpip_send_msg_wait_sem

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

2 participants