idf-eclipse-plugin icon indicating copy to clipboard operation
idf-eclipse-plugin copied to clipboard

Espressif IDE 3.0.0 always freeze in linux (IEP-1269)

Open zamek42 opened this issue 1 year ago • 2 comments

Describe the bug new 3.0.0 of Espressif-IDE always freeze under Linux

To Reproduce Steps to reproduce the behavior: open a header file, or make some modification, which needs code completion, freeze eclipse, and the it restarts.

Expected behavior normal working

Espressif-IDE Product Information:

Operating System: linux Java Runtime Version: 17.0.11+9 Eclipse Version: 4.30.0.v20231201-0110 Eclipse CDT Version: 11.4.0.202309142347 IDF Eclipse Plugin Version: 3.0.0.202406051940 ESP-IDF v5.4-dev-1030-g0479494e7a Python set for IDF_PYTHON_ENV: Python 3.11.2

Eclipse Error log: Window > Show View > Other > Search for "Error Log" (Attach as a file)

Please attach the error log as described here https://github.com/espressif/idf-eclipse-plugin#error-log hs_err_pid2195613.log

zamek42 avatar Jun 22 '24 13:06 zamek42

Hi @zamek42 This is due to the libwebkit2gtk issue with the eclipse as mentioned here

Could you set WEBKIT_DISABLE_DMABUF_RENDERER =1 in the environment variable as suggested here and see if that helps.

kolipakakondal avatar Jun 23 '24 02:06 kolipakakondal

Hi Kondal Kolipaka, Thx, it seems work well :)

zamek42 avatar Jun 23 '24 09:06 zamek42

Hi @zamek42, If everything is working can you please close this issue? Thanks!

Indastri avatar Oct 18 '24 12:10 Indastri