JuliaParallel / JuliaParallel/Elemental.jl

Segfault on PkgEval

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
85
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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):

```julia
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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.