-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Segfault in jl_is_globally_rooted #56996
Comments
maleadt
added
the
regression
Regression in behavior compared to a previous version
label
Jan 8, 2025
Also looks like it also happens in MatrixEquations tests. We have an object allocated by a dynamic call to
which later get garbage-collected during the
at
|
smaller MWE: this always segfaults for me (unless I put it in a function)
|
vtjnash
added a commit
that referenced
this issue
Jan 22, 2025
The previous implementation was incorrect, leading to failing to mark variables correctly. The new implementation is more conservative. This simple analysis assumes that inference has normally run or that performance doesn't matter for a particular block of code. Fixes #56996
vtjnash
added a commit
that referenced
this issue
Jan 22, 2025
The previous implementation was incorrect, leading to failing to mark variables correctly. The new implementation is more conservative. This simple analysis assumes that inference has normally run or that performance doesn't matter for a particular block of code. Fixes #56996
vtjnash
added a commit
that referenced
this issue
Jan 22, 2025
The previous implementation was incorrect, leading to failing to mark variables correctly. The new implementation is more conservative. This simple analysis assumes that inference has normally run or that performance doesn't matter for a particular block of code. Fixes #56996
xal-0
pushed a commit
to xal-0/julia
that referenced
this issue
Jan 24, 2025
The previous implementation was incorrect, leading to failing to mark variables correctly. The new implementation is more conservative. This simple analysis assumes that inference has normally run or that performance doesn't matter for a particular block of code. Fixes JuliaLang#56996
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As spotted on PkgEval in TestSetExtensions.jl: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-01/02/TestSetExtensions.primary.log
MWE:
Seems to relate to the
Expr(:latestworld-if-toplevel)
. Bisected to #56509The text was updated successfully, but these errors were encountered: