-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
status: acceptedThis is a high-priority feature or a reproduced bugThis is a high-priority feature or a reproduced bugtype: bug
Description
Minecraft Development for IntelliJ plugin version
2023.1-1.6.4
IntelliJ version
Build #IU-231.8770.65
Operating System
Gentoo Linux
Target platform
Minecraft Forge, Fabric
Description of the bug
While adding new entry in localization file idea hangs and it's JVM process keeps all cores at 100%.
Thread Dump form the time of the hang: idea-hang-thread-dump.txt
Steps to reproduce:
- Checkout and import
https://github.com/blackd/Inventory-Profiles/at tagidea-hang-problem. The project requires Linux - Wait for gradle project to be imported and indexes to be created/downloaded.
- Open
platforms/fabric-1.19.4/src/shared/resources/assets/inventoryprofilesnext/lang/en_us.json - Try to add
"": ""after the{if nothing happens move the cursor between the second""
Expected behaviour:
Allow editing of the opened file.
Actual behaviour:
The whole IDE hangs. Most if the times event the mouse cursor disappears.
Only way to recover is to send SIG_KILL, any other signal gets ignored.
Metadata
Metadata
Assignees
Labels
status: acceptedThis is a high-priority feature or a reproduced bugThis is a high-priority feature or a reproduced bugtype: bug