You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
An invocation in VM breeds its own repository track to run the code on it. Each inner invocation creates track on top of a previous one. Thus when code accesses repository it have to pass all tracks and once the level of recursive invocation becomes big enough it turns with StackOverflowError. It's a rare case, but anyway. There is no straightforward solution, requires deeper investigation.
The text was updated successfully, but these errors were encountered:
Reproduced in ImportLighTest.deepRecursionTest(). It starts to work properly if
-Xss
parameter is set at least to5m
.An invocation in VM breeds its own repository track to run the code on it. Each inner invocation creates track on top of a previous one. Thus when code accesses repository it have to pass all tracks and once the level of recursive invocation becomes big enough it turns with StackOverflowError. It's a rare case, but anyway. There is no straightforward solution, requires deeper investigation.
The text was updated successfully, but these errors were encountered: