esp32c3项目采用wss_server 例程,运行后连接WiFi正常,但是如果之后把wifi断开的话,esp32c3会重启,监视器显示“assert failed: tlsf_free tlsf.c:1119 (!block_is_free(block) && "block already marked as free")”,请问这是什么原因造成esp32c3重启。如果想断开wifi之后esp32c3不重启,要修改哪里?
Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled. Core 0 register dump: PC : 0x40382734 PS : 0x00060833 A0 : 0x80382d89 A1 : 0x3fc9f8a00x40382734: insert_free_block at /home/zhuxy/esp/esp-idf/components/heap/heap_tlsf.c:243(inlined by) block_in...
W (18690) MQTT_CLIENT: Client asked to stop, but was not started assert failed: tlsf_free heap_tlsf.c:872 (!block_is_free(block) && "block already marked as free") Then I get a panic abort The commands i use are for shutting down mqtt client are: ...
failed: block_trim_free heap_tlsf.c:371 (block_is_free(block) && "block must be free")...
com:esp-submodules/tlsf.git Redirect submodule.components/esp_coex/lib.url to git@gitee.com:esp-submodules/esp-coex-lib.git 正克隆到 '/home/server/esp/esp32_AT_gitee/esp-at/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc'... 正克隆到 '/home/server/esp/esp32_AT...
Hi to all, Im using the camera ov7670 with the esp32 wroom kit and finally I'm able to get the frame data in 320x240 *2 framebytes...153600 bytes I got in frame...and now the question...how do I send this frame to uart? I'm using ESP_LOGI to send it to terminal and is...
// 释放内存 free(pcm_data); // 设置唤醒录音状态为false,此后继续录音对话 record_status = false; } delay(10); } } // Get Baidu API access token String getAccessToken(const char* api_key, const char* secret_key) { String access_token = ""; HTTPClient http; ...
(inlined by) tlsf_free at /root/esp/esp-idf/components/heap/tlsf/tlsf.c:1123 0x40092e84: multi_heap_free_impl at /root/esp/esp-idf/components/heap/multi_heap.c:231 0x40082362: heap_caps_free at /root/esp/esp-idf/components/heap/heap_caps.c:388 0x4009406d: free at /root/esp...
(discriminator8)0x4008d5c7: block_locate_free atC:/Esp32/esp-idf/components/heap/heap_tlsf.c:447(inlined by) tlsf_malloc atC:/Esp32/esp-idf/components/heap/heap_tlsf.c:7570x4008dc9f: multi_heap_malloc_impl atC:/Esp32/esp-idf/components/heap/multi_heap.c:1970x4008df58: multi_...
0x3ffb2610 in remove_free_block at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_tlsf.c:212 (inlined by) block_locate_free at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_tlsf.c:448 (inlined by) tlsf_malloc at /Users/ficeto/...