1.9 hang in compiler during subtyping / type intersection #49321
Labels
compiler:codegen
Generation of LLVM IR and native code
regression
Regression in behavior compared to a previous version
types and dispatch
Types, subtyping and method dispatch
I'm not sure if it's related to #49127 or not (it seems like not, since we are seeing this on 1.9), but we recently saw a build hang in CI on 1.9 for 30 min before being killed.
(This was during our
PackageCompiler
precompilation, in case it's relevant.)I'm not sure if it's reproducible yet; I've restarted the build now.
Thankfully, we set up our builds to dump stack traces when timing out, and we captured this:
And at the same time, Thread 1 was stuck waiting on the codegen lock (not sure if relevant, but sharing just in case):
We'll keep you updated about whether this reproduces or not.
The text was updated successfully, but these errors were encountered: