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

Prevent infinite loop due to mutually recursive module init functions #26037

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jabraham17
Copy link
Member

@jabraham17 jabraham17 commented Oct 3, 2024

Prevents error handling code from getting into a cycle of following mutually recursive functions.

Resolves #26029

Testing:

  • Tested that original issue is resolved
  • Full paratest with/without comm for a sanity check

[Reviewed by @]

@bradcray
Copy link
Member

bradcray commented Oct 3, 2024

Thanks for this fix, Jade! (I have not reviewed it, just the description and motivating issue)

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

Successfully merging this pull request may close these issues.

Compiler never terminates for simple GPU compilation
2 participants