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
While running Tregression on Lang 17, an infinite loop occurs when Microbat search within the library class. Tracing the error narrows it down to microbat.instrumentation.runtime.ExecutionTracer._getTracer which seems to have entered an infinite loop, resulting in a StackOverflowError being thrown. The cause for the error seems to be a ClassCircularityError which might have to do with how the library classes are added.
While running Tregression on Lang 17, an infinite loop occurs when Microbat search within the library class. Tracing the error narrows it down to microbat.instrumentation.runtime.ExecutionTracer._getTracer which seems to have entered an infinite loop, resulting in a StackOverflowError being thrown. The cause for the error seems to be a ClassCircularityError which might have to do with how the library classes are added.
I have attached the Lang 17 test case here for further debugging.
https://drive.google.com/file/d/1gUYYPUMzlKtZDDmPawqtcVL5Ln5PXGaT/view?usp=sharing
The text was updated successfully, but these errors were encountered: