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
Reproduction: in Kotlin project, run FirDiagnosticsSpecTestGenerated using Gradle from IDEA interface (not from command line). After ~40% tests passed, you will first see slowdown and then tests begin to fail with "GC overhead limit exceeded". NB: when run from command line, tests are completed without problems. NB2: tests can be run one-by-one also without problems.
In memory snapshot I see that a lot of FirCompisiteSymbolProviders are hold by statics or constant pool of kotlinx.coroutines.debug.internal.DebugProbesImpl. Looks like it points to some coroutine debug instrumenter problem.
The text was updated successfully, but these errors were encountered:
Reproduction: in Kotlin project, run
FirDiagnosticsSpecTestGenerated
using Gradle from IDEA interface (not from command line). After ~40% tests passed, you will first see slowdown and then tests begin to fail with "GC overhead limit exceeded". NB: when run from command line, tests are completed without problems. NB2: tests can be run one-by-one also without problems.In memory snapshot I see that a lot of
FirCompisiteSymbolProvider
s are hold bystatics or constant pool of kotlinx.coroutines.debug.internal.DebugProbesImpl
. Looks like it points to some coroutine debug instrumenter problem.The text was updated successfully, but these errors were encountered: