Skip to content

Crash on page load / ws initialization after page load #19

@zekageri

Description

@zekageri

Crashes if the client initiates a ws connection.

assert failed: xQueueSemaphoreTake queue.c:1545 (( pxQueue ))


Backtrace: 0x40083d69:0x3ffdd650 0x4008eeb1:0x3ffdd670 0x400948b5:0x3ffdd690 0x4008fec1:0x3ffdd7c0 0x401a985b:0x3ffdd800 0x401a99bc:0x3ffdd820 0x401a9b03:0x3ffdd850 0x401a9e15:0x3ffdd880 0x401a93c3:0x3ffdd8e0

  #0  0x40083d69:0x3ffdd650 in panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c:402
  #1  0x4008eeb1:0x3ffdd670 in esp_system_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/esp_system.c:128
  #2  0x400948b5:0x3ffdd690 in __assert_func at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/assert.c:85
  #3  0x4008fec1:0x3ffdd7c0 in xQueueSemaphoreTake at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos/queue.c:1549 (discriminator 1)
  #4  0x401a985b:0x3ffdd800 in AsyncClient::_clearWriteQueue() at lib/AsyncTCPSock/src/AsyncTCP.cpp:1076     
  #5  0x401a99bc:0x3ffdd820 in AsyncClient::_error(signed char) at lib/AsyncTCPSock/src/AsyncTCP.cpp:997     
  #6  0x401a9b03:0x3ffdd850 in AsyncClient::_notifyWrittenBuffers(std::deque<AsyncClient::notify_writebuf, std::allocator<AsyncClient::notify_writebuf> >&, int) at lib/AsyncTCPSock/src/AsyncTCP.cpp:845 (discriminator 1)
  #7  0x401a9e15:0x3ffdd880 in AsyncClient::_sockIsWriteable() at lib/AsyncTCPSock/src/AsyncTCP.cpp:732      
  #8  0x401a93c3:0x3ffdd8e0 in _asynctcpsock_task(void*) at lib/AsyncTCPSock/src/AsyncTCP.cpp:141 (discriminator 1)




ELF file SHA256: 017aacd4b22ec850

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions