Skip to content
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 on PkgEval #81

Open
maleadt opened this issue Nov 25, 2022 · 0 comments
Open

Segfault on PkgEval #81

maleadt opened this issue Nov 25, 2022 · 0 comments

Comments

@maleadt
Copy link
Member

maleadt commented Nov 25, 2022

Daily PkgEval testing of Elemental.jl has been segfaulting for a while, e.g., https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2022-11/24/Elemental.primary.log:

[ Info: Running Elemental.jl tests
worldSize=1

[130] signal (11.1): Segmentation fault
in expression starting at /home/pkgeval/.julia/packages/Elemental/SF7xW/test/lav.jl:78
_ZNK2El4Grid6VCSizeEv at /home/pkgeval/.julia/artifacts/8149f7b9fafd13aa486f176db1e7ecc5a987fb55/lib/libEl.so (unknown line)
unknown function (ip: 0x7efea5068cef)
Allocations: 631526 (Pool: 630967; Big: 559); GC: 1

This doesn't seem like a Julia issue, but an issue with this package or libEL. As it's been at the top of PkgEval reports, could you take a look? If necessary, you can easily reproduce the PkgEval sandbox environment (on Linux):

pkg> add https://github.com/JuliaCI/PkgEval.jl

julia> using PkgEval

julia> config = Configuration(julia="nightly")
PkgEval configuration 'unnamed' (
  - julia: nightly
  - ...
)

julia> PkgEval.sandboxed_julia(config)

# this spawns a sandbox where you can install and test packages

(@v1.10) pkg> add Elemental

(@v1.10) pkg> test Elemental

[196] signal (11.1): Segmentation fault
maleadt added a commit to JuliaCI/PkgEval.jl that referenced this issue Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant