You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not use usrsctp, after serveral minutes normal work, the data channel is still open, the browser can send msg back to esp32 normally,
and the esp32 is still sending the msg , i check with wireshark, the computer can recv the msg, but the browser can not trigger the recv event!!!
When i enable the usrsctp, sometimes it works normally about several hours, sometimes several minutes, but finally it would assert failed!
Do you have the same problem?
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
If not use usrsctp, after serveral minutes normal work, the data channel is still open, the browser can send msg back to esp32 normally,
and the esp32 is still sending the msg , i check with wireshark, the computer can recv the msg, but the browser can not trigger the recv event!!!
When i enable the usrsctp, sometimes it works normally about several hours, sometimes several minutes, but finally it would assert failed!
Do you have the same problem?
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
ERROR ./components/libpeer/src/sctp.c 109 sctp sendv error 11: No more processes
assert failed: block_next tlsf_block_functions.h:94 (!block_is_last(block))
Backtrace: 0x40375f1a:0x3fcad290 0x403803f5:0x3fcad2b0 0x4038956d:0x3fcad2d0 0x40386f74:0x3fcad3f0 0x40386dd8:0x3fcad410 0x403768e6:0x3fcad430 0x420a85a9:0x3fcad450 0x420a5672:0x3fcad470 0x420a3a5d:0x3fcad490 0x420a38c0:0x3fcad4b0 0x4209fa72:0x3fcad510 0x4209fb4a:0x3fcad6b0 0x4209fbd9:0x3fcad6d0 0x4209fc75:0x3fcad730 0x420952df:0x3fcad750 0x42095e56:0x3fcad7f0 0x420967ee:0x3fcad830 0x42096831:0x3fcad850 0x420112e1:0x3fcad870 0x4200f805:0x3fcad890 0x42037a2b:0x3fcad8b0 0x4204462e:0x3fcad8e0 0x42044b02:0x3fcaddc0 0x4203712d:0x3fcade40 0x4202f902:0x3fcadfb0 0x4200f9cd:0x3fcae010 0x4200efd2:0x3fcae030 0x4200cb1b:0x3fcae060 0x4200bf3d:0x3fcae080 0x4210af07:0x3fcae0c0 0x40380f8d:0x3fcae0f0
--- 0x40375f1a: panic_abort at /home/qingwa2009/esp/522/esp-idf/components/esp_system/panic.c:466
0x403803f5: esp_system_abort at /home/qingwa2009/esp/522/esp-idf/components/esp_system/port/esp_system_chip.c:93
0x4038956d: __assert_func at /home/qingwa2009/esp/522/esp-idf/components/newlib/assert.c:81
0x40386f74: block_next at /home/qingwa2009/esp/522/esp-idf/components/heap/tlsf/tlsf_block_functions.h:94 (discriminator 1)
(inlined by) block_link_next at /home/qingwa2009/esp/522/esp-idf/components/heap/tlsf/tlsf_block_functions.h:101 (discriminator 1)
(inlined by) block_mark_as_free at /home/qingwa2009/esp/522/esp-idf/components/heap/tlsf/tlsf_block_functions.h:109 (discriminator 1)
(inlined by) tlsf_free at /home/qingwa2009/esp/522/esp-idf/components/heap/tlsf/tlsf.c:1121 (discriminator 1)
0x40386dd8: multi_heap_free_impl at /home/qingwa2009/esp/522/esp-idf/components/heap/multi_heap.c:234
0x403768e6: heap_caps_free at /home/qingwa2009/esp/522/esp-idf/components/heap/heap_caps.c:393
0x420a85a9: esp_mbedtls_mem_free at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/port/esp_mem.c:38
0x420a5672: mbedtls_free at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/platform.c:54
0x420a3a5d: mbedtls_md_free at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/md.c:321
0x420a38c0: mbedtls_entropy_func at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/entropy.c:334
0x4209fa72: mbedtls_ctr_drbg_reseed_internal at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c:469
0x4209fb4a: mbedtls_ctr_drbg_reseed at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c:507
0x4209fbd9: mbedtls_ctr_drbg_random_with_add at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c:634
0x4209fc75: mbedtls_ctr_drbg_random at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c:708
0x420952df: mbedtls_ssl_encrypt_buf at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c:1296
0x42095e56: mbedtls_ssl_write_record at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c:2986
0x420967ee: ssl_write_real at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c:6028
0x42096831: mbedtls_ssl_write at /home/qingwa2009/esp/522/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c:6064
0x420112e1: dtls_srtp_write at /home/qingwa2009/esp/ST7789/components/libpeer/src/dtls_srtp.c:465
0x4200f805: sctp_outgoing_data_cb at /home/qingwa2009/esp/ST7789/components/libpeer/src/sctp.c:92
0x42037a2b: sctp_lowlevel_chunk_output at /home/qingwa2009/esp/ST7789/managed_components/sepfy__usrsctp/usrsctplib/netinet/sctp_output.c:5044
0x4204462e: sctp_med_chunk_output at /home/qingwa2009/esp/ST7789/managed_components/sepfy__usrsctp/usrsctplib/netinet/sctp_output.c:9440
0x42044b02: sctp_chunk_output at /home/qingwa2009/esp/ST7789/managed_components/sepfy__usrsctp/usrsctplib/netinet/sctp_output.c:10817
0x4203712d: sctp_common_input_processing at /home/qingwa2009/esp/ST7789/managed_components/sepfy__usrsctp/usrsctplib/netinet/sctp_input.c:6178
0x4202f902: usrsctp_conninput at /home/qingwa2009/esp/ST7789/managed_components/sepfy__usrsctp/usrsctplib/user_socket.c:3325
0x4200f9cd: sctp_incoming_data at /home/qingwa2009/esp/ST7789/components/libpeer/src/sctp.c:221
0x4200efd2: peer_connection_loop at /home/qingwa2009/esp/ST7789/components/libpeer/src/peer_connection.c:487
0x4200cb1b: MyPeer_DoEvents at /home/qingwa2009/esp/ST7789/main/peer_mqtt_signaling.c:475
0x4200bf3d: app_main at /home/qingwa2009/esp/ST7789/main/main.c:588
0x4210af07: main_task at /home/qingwa2009/esp/522/esp-idf/components/freertos/app_startup.c:208
0x40380f8d: vPortTaskWrapper at /home/qingwa2009/esp/522/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:134
The text was updated successfully, but these errors were encountered: