Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassCircularityError in ExecutionTracer._getTracer #228

Open
sianghwee opened this issue Dec 3, 2021 · 0 comments
Open

ClassCircularityError in ExecutionTracer._getTracer #228

sianghwee opened this issue Dec 3, 2021 · 0 comments

Comments

@sianghwee
Copy link
Collaborator

sianghwee commented Dec 3, 2021

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.

image

I have attached the Lang 17 test case here for further debugging.
https://drive.google.com/file/d/1gUYYPUMzlKtZDDmPawqtcVL5Ln5PXGaT/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant