netif crash after several minutes #7746
garudaonekh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Random crash after around 15~60 minutes when mqtt is publishing.
esp_mqtt_client_publish(mqtt_if->mqttcl, mqtt_if->pub_topic, pub_data->data_buf, pub_data->data_len, 0, 0);
I use the following espressif:
Platform espressif32 @ 5.3.0 (required: espressif32)
├── framework-arduinoespressif32 @ 3.20006.221224 (required: platformio/framework-arduinoespressif32 @ ~3.20006.0)
├── framework-espidf @ 3.40403.0 (required: platformio/framework-espidf @ ~3.40403.0)
Here's the crashlog
It also crashed randomly while receiving mqtt:
if (mqtt_if->netif.input(pb, &mqtt_if->netif) != ERR_OK)
Beta Was this translation helpful? Give feedback.
All reactions