Closed
Description
openedon Jun 21, 2019
On Julia v1.2-rc1 and v1.3.0-DEV.433 (2019-06-20), we get an Illegal instruction
error with SolidStateDetectors:
(v1.2) pkg> add TypedTables#master SolidStateDetectors
(v1.2) pkg> test SolidStateDetectors
Testing SolidStateDetectors
Resolving package versions...
[...]
Unreachable reached at 0x7f75351968fa
signal (4): Illegal instruction
in expression starting at [...]/packages/SolidStateDetectors/7T4zz/test/runtests.jl:8
construct_semiconductor at [...]/packages/SolidStateDetectors/7T4zz/src/SolidStateDetector/SolidStateDetector.jl:72
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2197
construct_objects at [...]/packages/SolidStateDetectors/7T4zz/src/SolidStateDetector/SolidStateDetector.jl:86
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2197
[...]
Note: Needs TypedTables#master until a new version of TypedTables is released (see JuliaData/TypedTables.jl#52).
On Julia v1.1.1 all is fine.
Not sure if this is related to #32222 - it also happens with the current nightly though, which has #32222 fixed.
We've (@oschulz, @lmh91, @hervasa2) run into this on Ubuntu 16, Ubuntu 19, CentOS-7 and OS-X, so doesn't seem to be OS-related.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment