Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zekageri opened this issue Feb 10, 2023 · 0 comments
Open

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

zekageri opened this issue Feb 10, 2023 · 0 comments

Comments

@zekageri
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant