Elemental.jl icon indicating copy to clipboard operation
Elemental.jl copied to clipboard

Segfault on PkgEval

Open maleadt opened this issue 3 years ago • 0 comments

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 avatar Nov 25 '22 13:11 maleadt