JetBrains / idea-gitignore

.ignore support plugin for IntelliJ IDEA
Apache License 2.0
1.29k stars 177 forks source link

IDE UI freeze cause by this plugin #853

Closed tmysik closed 11 months ago

tmysik commented 1 year ago

Prerequisites

Description

See this comment in JetBrains system.

Steps to Reproduce

It is not reliably reproducible; in my case it was:

  1. Have the IDE started
  2. switch Git branch in the console (not in the IDE)
  3. switch to the IDE

Expected behavior:

No UI freeze.

Actual behavior:

There was a UI freeze.

Reproduces how often:

Happened just once. This plugin disabled right after it.

Versions

Plugin:

Put it between:

4.5.1

IDE:

IntelliJ IDEA 2023.2 (Ultimate Edition)
Build #IU-232.8660.185, built on July 26, 2023
Licensed to Tomáš Myšík
Subscription is active until September 13, 2023.
Runtime version: 17.0.7+7-b1000.6 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 4.18.0-477.15.1.el8_8.x86_64
GC: G1 Young Generation, G1 Old Generation
Memory: 3952M
Cores: 12
Registry:
    analyze.exceptions.on.the.fly=true
    debugger.new.tool.window.layout=true
    ide.experimental.ui=true

Non-Bundled Plugins:
    manjaro.mpb (1.8)
    com.jetbrains.plugins.ini4idea (232.8660.205)
    Key Promoter X (2023.2.0)
    dev.aid.delombok (1.18.4.5)
    org.intellij.plugins.hcl (232.8660.88)
    com.intellij.plugins.watcher (232.8660.88)
    com.intellij.ideolog (222.1.0.0)
    org.jetbrains.plugins.hocon (2023.1.0)
    org.jetbrains.jumpToLine (0.1.13)
    String Manipulation (9.10.0)
    GrepConsole (12.19.211.6693.0)
    com.intellij.datagen (232.8660.88)
    InnerBuilder Continued (1.0.5)
    com.intellij.guice (232.8660.142)
    com.intellij.jdbi (232.8660.142)
    org.jetbrains.plugins.docker.gateway (232.8660.202)
    Pythonid (232.8660.185)
    com.intellij.plugins.html.instantEditing (232.8660.142)
    com.jetbrains.php (232.8660.205)
    ru.meanmail.plugin.requirements (2022.4.1)
    MavenRunHelper (4.23.222.2964.0)
    com.haulmont.jpab (2023.3.1-232)
    com.intellij.helidon (232.8660.142)

Kotlin: 232-1.9.0-IJ8660.185
Current Desktop: GNOME

OS:

Oracle Linux 8, 4.18.0-477.15.1.el8_8.x86_64 #1 SMP Thu Jul 20 11:31:48 PDT 2023 x86_64 x86_64 x86_64 GNU/Linux

Additional Information

Thread dump:

dump2.txt

hsz commented 11 months ago

Thanks for reporting, fixed!

tmysik commented 11 months ago

Cool, thanks!