Skip to content

Illegal instruction on Julia v1.2-rc1 (regression) #32386

Closed

Description

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

Metadata

Assignees

Labels

bugIndicates an unexpected problem or unintended behaviorregressionRegression in behavior compared to a previous version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions