Page 1 of 1

List of known bugs

Posted: Thu May 19, 2022 11:21 am
by JosuGZ
Is there a list of known bugs + the IDF version that fixes them?

For example, I discovered a bug that caused uart_wait_tx_done to never return, if someone is facing an issue it might be worth it to have that somewhere so they can check if it might be an IDF bug.

My current problem: I'm stuck on IDF 3.2, and apparently one of my UART stops working (it reads but it might not be writing). This persists even after my watchdog ends up aborting due to a loss of communication with a peripheral. Restarting with the enable pin solves the issue. I'm suspicious that this might be a bug on the IDF side. At the very minimum restarting/aborting the ESP should solve the problem (which happens very rarely, once every few months).

Re: List of known bugs

Posted: Fri May 20, 2022 1:32 pm
by filo_gr
I know that there is their official Github: https://github.com/espressif/esp-idf/issues

Re: List of known bugs

Posted: Sun May 22, 2022 9:27 pm
by JosuGZ
It is very hard to search though.

Re: List of known bugs

Posted: Mon May 23, 2022 6:01 pm
by a2800276
There are a lot of issues! If you find the "search for bugs affecting me" button, let me know, I've been looking for it as well :)

But if you search for just "bugs" they are reduced to 4 open ones and 49 that are closed.

If you're looking for changes from IDF version to IDF version check out the release notes (https://github.com/espressif/esp-idf/releases)

Re: List of known bugs

Posted: Tue May 24, 2022 11:14 am
by JosuGZ
I am particularly interested in fixed (or known, but unfixed) bugs that may persist after a call to esp_restart or a crash.