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

fix: #5671 out of memory error #5789

Merged
merged 3 commits into from
Jun 22, 2023
Merged

fix: #5671 out of memory error #5789

merged 3 commits into from
Jun 22, 2023

Conversation

nhumblot
Copy link
Collaborator

@nhumblot nhumblot commented Jun 21, 2023

Fixes Issue

Fix #5671

Description of Change

This change add a return statement as soon as a self referencing variables loop is identified to prevent an infinite loop in the code, leading to an OutOfMemoryError.

Have test cases been added to cover the new functionality?

yes

@boring-cyborg boring-cyborg bot added core changes to core tests test cases labels Jun 21, 2023
@nhumblot nhumblot changed the title 5671 out of memory error fix: #5671 out of memory error Jun 21, 2023
…an infinite loop leading to an OutOfMemoryError
Copy link
Collaborator

@aikebah aikebah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aikebah
Copy link
Collaborator

aikebah commented Jun 22, 2023

Not yet merging to give @jeremylong a chance to get the 8.3.1 gradle plugin out before merging in new fixes

@aikebah aikebah added this to the 8.3.2 milestone Jun 22, 2023
@jeremylong
Copy link
Owner

Gradle plugin was published this morning.

@aikebah aikebah merged commit 82ea742 into main Jun 22, 2023
7 checks passed
@jeremylong jeremylong deleted the 5671-out-of-memory-error branch December 5, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core changes to core tests test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.OutOfMemoryError: Java heap space on python project analysis
3 participants