Search found 1 match

by _wa1a_
Wed Jun 10, 2020 9:41 pm
Forum: ESP-IDF
Topic: esp-idf mqtt problem at strdup
Replies: 2
Views: 2963

esp-idf mqtt problem at strdup

Hi all, I use esp-idf (4.0.1)on a esp-wroom-32. I try to start the mqtt component. If i call esp_mqtt_client_init i ran into an execption at line 204 in mqtt_client.c. The exception occours when a strdup is performed. The backtrace is as follows: D (9811) MQTT_CLIENT: MQTT client_id=ESP32_9d83600m G...