Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mwisnicki
Total activity
5
Last activity
January 30, 2026 20:57
Member since
July 13, 2021 23:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (0)
Comments (3)
Mwisnicki
commented,
January 30, 2026 20:57
Quick one-liner:jstack -l $(jps -l | grep com.intellij.idea.Main | cut -f1 -d\ ) | gzip -9 > dump.txt.gz
General
Troubleshooting
How to get a thread dump when IDE hangs and doesn't respond
0 votes
Mwisnicki
commented,
July 23, 2025 20:00
Rather than `jps -mv` which only prints `main` and bunch of meaningless arguments it's much better to invoke `jps -l` which prints full class name:```jps -l71648 com.intellij.database.remote.Remote...
General
Troubleshooting
How to get a thread dump when IDE hangs and doesn't respond
0 votes
Mwisnicki
commented,
July 13, 2021 23:19
For anyone coming here looking for a way to start multiple instances of IDEA this way - on Windows you must execute idea.bat rather than idea64.exe for this to work. See IDEA-273669
General
Installation and Licensing
Changing IDE default directories used for config, plugins, and caches storage
0 votes