Page 1 of 1

Eclipse ESP-IDF IDE is hanging and have to restart the PC

Posted: Sat Jul 08, 2023 7:49 pm
by xpress_embedo
Hello Everyone,
I am new to ESP32 and ESP IDF, and using Eclipse IDE provided officially for development purposes.
But whenever I am trying to do something when the first thing is not completed then my Eclipse IDE hangs indefinitely and the only solution is to restart my laptop.
Let's see if something is already running and I clicked on something else, like editing a file or something else, it means there for infinite time.
EclipseInstallation.png
EclipseInstallation.png (31.17 KiB) Viewed 2604 times
It's really annoying, is there some solution for this.
I have already uninstalled everything and installed it again, but doesn't help.
EclipseIDEHangup.png
EclipseIDEHangup.png (6.67 KiB) Viewed 2604 times

Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC

Posted: Sun Jul 09, 2023 8:05 am
by bidrohini
I think You'd better post this question to the eclipse forum also. You may get your answer there.

Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC

Posted: Sun Jul 09, 2023 8:18 am
by xpress_embedo
Hmmm, my understanding is that although this is an Eclipse-based IDE it's a plugin and this whole IDE is maintained by EspressIf company.
The older version of this IDE, I didn't have any problem like this, I recently upgraded and facing this issue.

Plus I have two more Eclipse-based IDE on my laptop, one is STM32CubeIDE and another is MCUXpresso and they both work fine, it could be some issue with the plug-in.

Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC

Posted: Sun Jul 09, 2023 9:38 am
by ESP_igrr
Sorry for the inconvenience. This issue was fixed in release 2.9.1: https://github.com/espressif/idf-eclips ... tag/v2.9.1

(The latest release at the moment is 2.10.0)

Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC

Posted: Mon Jul 10, 2023 5:28 pm
by xpress_embedo
ESP_igrr wrote:
Sun Jul 09, 2023 9:38 am
Sorry for the inconvenience. This issue was fixed in release 2.9.1: https://github.com/espressif/idf-eclips ... tag/v2.9.1

(The latest release at the moment is 2.10.0)
Thank You, I updated it to 2.10 and the issue is no more present. Thanks