Skip to content

Thread dumps

Mason Chen edited this page Jun 22, 2025 · 1 revision

When JetBrains IDEs (like IntelliJ IDEA) detected some UI freeze, it will store some thread dump files. As mentioned in JetBrains wiki:

IDE runs a special thread that detects when UI is locked for a certain time and takes automatic thread dumps into the logs directory. You will find several folders with the name like threadDumps-freeze-20221117-095348-IU-222.4345.14-5sec. Zip these folders together with the logs and attach to you problem report.

Clone this wiki locally