levkovigor / ppposclient

A client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32.
MIT License
15 stars 11 forks source link

assertion "Invalid mbox" failed: #10

Open ABHITHLALC opened 1 year ago

ABHITHLALC commented 1 year ago

This error log has been generated after executing the code. I'm seeking assistance in identifying and resolving it. The error message specifically mentions an "Invalid mbox" assertion failure within the tcpip_api_call function, located in the lwIP (Lightweight IP) library at line 416 of the tcpip.c file. This issue led to an abort() call at PC 0x400db653 on core 1.

Additionally, there's a backtrace provided, which might be useful for troubleshooting:

0x4008b770:0x3ffb1e60 0x4008b9a1:0x3ffb1e80 0x400db653:0x3ffb1ea0 0x400e9a4e:0x3ffb1ed0 0x400fb4c5:0x3ffb1f00 0x400d28b7:0x3ffb1f40 0x400d2413:0x3ffb1f60 0x400d25d7:0x3ffb1f80 0x400d425f:0x3ffb1fb0 0x400883b1:0x3ffb1fd0 I would greatly appreciate any assistance or insights into resolving this issue.