Infinite loop in InvocationExprent.lambda$isMappingInBounds$18
#356
Labels
Priority: Medium
Medium priority
Subsystem: Writing
Anything concerning how expressions are written
Type: Bug
Something isn't working
Vineflower version
1.10.0
Describe the bug
While decompiling the gdx jar version 1.9.11 (https://repo1.maven.org/maven2/com/badlogicgames/gdx/gdx/1.9.11/gdx-1.9.11.jar), Vineflower will deadlock itself. When using
--thread-count=1
the log suggest that the decompiler hangs while processingcom/badlogic/gdx/utils/OrderedMap
.Additional information
Relevant jstack trace:
Using VisualVM and making use of the jstack command multiple times suggests that the VM stays in this method and does not leave it or call another method, furthermore no notable heap allocations are performed (though it slowly accumulates memory nevertheless).
The text was updated successfully, but these errors were encountered: