Search found 4 matches

by SnifMyBack
Fri Sep 20, 2019 8:17 pm
Forum: General Discussion
Topic: HTTP server unexpected socket reset
Replies: 1
Views: 3012

Re: HTTP server unexpected socket reset

For now the bug seems to be gone without any clear reasons. The thing I can relate this bug to is task watchdog of FreeRTOS. I've played with the timming of my tasks and the bug didn't appear again. Thought, right now I have another problem: the httpd task seems to get stuck when the user is making ...
by SnifMyBack
Wed Sep 18, 2019 4:38 pm
Forum: General Discussion
Topic: HTTP server unexpected socket reset
Replies: 1
Views: 3012

HTTP server unexpected socket reset

Hi, I just got another problem that can't find the reason why it does this weird result (thought I never played a lot with HTTP). So I'm trying to push a JSON array of more than 1000 bytes to the ESP32 (the ESP32 act as a server and an WiFi acces point). The ESP32 recognise the URI handler to choose...
by SnifMyBack
Thu Sep 12, 2019 1:21 pm
Forum: General Discussion
Topic: Runtime ISR crash
Replies: 2
Views: 3060

Re: Runtime ISR crash

That's... well, if it's not a bug, it's pretty close to it. You can fix it by disabling FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE (menuconfig -> Component config -> FreeRTOS -> Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls ). I'll raise an internal issue to make the CAN driver work with...
by SnifMyBack
Wed Sep 11, 2019 9:09 pm
Forum: General Discussion
Topic: Runtime ISR crash
Replies: 2
Views: 3060

Runtime ISR crash

Hi, I've just updated my version of the ESP-IDF (3.3 beta) to the newest 3.3 LTS. As I was expecting (like any software you update), the new version make a new bug I'm not able to solve. The old version have a bug with the HTTP server, where it would crash at ramdom occasion (it's a documented bug)....