-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
failure of --sysimage=x test with threads enabled #41977
Comments
It is not significant, but sounds odd. Could you try running that test in isolation? e.g.:
|
From the root of the
|
Are you familiar enough with lldb to run with |
This looks like the same cmdlineargs test failures I am seeing on Buildkite. E.g. https://buildkite.com/julialang/julia-master/builds/2666#741b51f6-640a-472f-b1b7-18c4b9ce0b1e:
|
Not at all familiar with lldb, but I gave it a go.
|
Ah, MWE: $ ./julia --sysimage=x -t2
ERROR: could not load library "/data/vtjnash/julia1/x"
/data/vtjnash/julia1/x.so: cannot open shared object file: No such file or directory
Segmentation fault |
Multiple attempts to build and test julia 1.6.2 from source on macOS have resulted in successful builds but recurrent test failures for cmdlineargs.jl. I'm unsure of the significance of these failures. Are they trivial? Should they preclude use of this julia build? There is also a Sockets.jl test failure, but this has been reported in #36986.
The text was updated successfully, but these errors were encountered: