espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
295 stars 115 forks source link

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

Open zamek42 opened 1 week ago

zamek42 commented 1 week ago

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

kolipakakondal commented 1 week ago

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.

zamek42 commented 1 week ago

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