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

AssertionError(msg="irinterp is unable to handle heavy recursion") #55843

Open
vtjnash opened this issue Sep 23, 2024 · 1 comment
Open

AssertionError(msg="irinterp is unable to handle heavy recursion") #55843

vtjnash opened this issue Sep 23, 2024 · 1 comment
Labels
compiler:inference Type inference
Milestone

Comments

@vtjnash
Copy link
Sponsor Member

vtjnash commented Sep 23, 2024

Also hit in PkgEval for GeometryOps, and appears to be a recent regression there:
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-09/14/report.html

@vtjnash vtjnash added the compiler:inference Type inference label Sep 23, 2024
@vtjnash vtjnash added this to the 1.12 milestone Sep 23, 2024
@maleadt
Copy link
Member

maleadt commented Sep 24, 2024

Very strange MWE:

/tmp/Foo.jl

module Foo
import Markdown
"""
"""
wat
end
if
❯ JULIA_LOAD_PATH=/tmp: julia +nightly -e 'using Foo'
Internal error: during type inference of
docm(LineNumberNode, Module, Any, Any)
Encountered unexpected error in runtime:
AssertionError(msg="irinterp is unable to handle heavy recursion")

Bisected to #55754, which seems incidental.

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

No branches or pull requests

2 participants