-
-
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
ObjectDetector.jl hangs during precompilation on 1.11 #56760
Comments
Using the macOS sampling profiler I see
|
And on PkgEval ObjectDetector is blacklisted so wasn't tested for 1.11 release |
Maybe some type intersection query that takes forever. Could attach gdb and do a Ctrl-C and see if it is stuck in there perhaps. |
SIGINFO (no yield so no profile report)
SIGINT
|
cc @aviatesk |
By the way, we have a similar picture in |
On 1.10 precompilation takes ~3mins on CI
On 1.11 it hangs for >50min and on Windows stack overflowed before timeout
https://github.com/r3tex/ObjectDetector.jl/actions/runs/12182526818?pr=95
Locally it precompiles indefinitely.
I tried
SIGINFO
-ing the child process but it didn't print anything, so maybe it's hanging after julia has exited?The text was updated successfully, but these errors were encountered: