arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.07k stars 353 forks source link

Arduino IDE 2.3.2 Crashing in the libary manager #2422

Open celie13 opened 3 weeks ago

celie13 commented 3 weeks ago

Describe the problem

The issue occurs when opening the library manager and searching for a library and interacting with the results. Although I suspect that the issue is directly related to opening the library manager. This because:

  1. The following error shows when monitoring the terminal as the Library manager is being opened:
ERROR ---- !!!SLOW!!! DURATION: search took 133.405 ms. Args: [{"query":"","type":"All","topic":"All"}] ----
  1. This is followed by :
    segmentation fault (core dumped)  ./arduino-ide_2.3.2_Linux_64bit.AppImage

    I have tried the zip file version of the IDE and the nightly build but the issue remain.

To reproduce

  1. Open the library manager
  2. Search for a library
  3. Try interacting with the UI (clicking see more or try to select another version of the library)

Expected behavior

The application shouldn't crash.

Arduino IDE version

2.3.2

Operating system

Linux

Operating system version

Ubuntu 22.04.4 LTS

Additional context

Windowing system: X11

Issue checklist