-
-
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
libunwind ld warning during build #53816
Comments
I see the |
Usually something like that happens if the unwind info (dSYM) package is not generated correctly from the right source files (even though it should be verified by build id and hashes before getting used, we might be forcing it to use info even if that doesn't precisely match. The debug info is found by a spotlight search on the system) |
I don't quite follow what should be done about this, but in case it's a useful datapoint I did a fully clean build and the issue remains. MacOS 14.4.1 |
The incorrect line numbers seems to have been fixed by #54032 |
still happening with v1.11 branch on M2 pro MacOS 14.5 |
While it might be only partly related, I get the same warning on a M3 pro macOs 14.5 when using PackageCompiler.jl to create a simple sys image. However the generated image is only 16 KB and it fails consistency check. |
I've been seeing messages about the profiler accessing something illegal (don't have the error at hand, sorry) and wondered if this is related. @vtjnash I think you may be most knowledgeable about how to fix this, if you can give more detailed instructions to debug/fix. Thanks. |
After a full clean build I see this ld warning.
Update: Line numbers fixed by #54032
Then, I assume related, the 2nd & 3rd line numbers are off (possibly others, unchecked)
julia/base/precompilation.jl
Line 372 in 6c22dfd
julia/base/loading.jl
Line 2291 in 6c22dfd
The text was updated successfully, but these errors were encountered: