Illegal inttopr trap on Julia Version 0.7.0-beta2.189 (nightly)

Since this weekend I get below trap. Works on Julia 0.7.0-beta2.0 (and until last Thursday on nightly - beta2.135). Any hints where to look - or just hold my horses?

Running PtFEM/PtFEM.jl tests:

  • p41.1.jl *

Illegal inttoptr
%2116 = ptrtoint i64 addrspace(13)* %2114 to i64, !dbg !816
Illegal inttoptr
%2117 = inttoptr i64 %2116 to %jl_value_t addrspace(10), !dbg !816
Illegal inttoptr
%2225 = ptrtoint %jl_value_t addrspace(10)
%941 to i64, !dbg !873
Illegal inttoptr
%2226 = inttoptr i64 %2225 to i64 addrspace(13)*, !dbg !873

signal (6): Abort trap: 6
in expression starting at /Users/rob/.julia/packages/PtFEM/uBRu/test/test_p41.1.jl:21
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 19455043 (Pool: 19451155; Big: 3888); GC: 39
ERROR: Package PtFEM errored during testing

julia> versioninfo()
Julia Version 0.7.0-beta2.189
Commit 497eade27e (2018-07-30 16:55 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin17.7.0)
CPU: Intel(R) Core™ i5-6267U CPU @ 2.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Environment:
JULIA_PKG3_PRECOMPILE = true
JULIA_EDITOR = see
JULIA_SVG_BROWSER = Google Chrome.app

No, this is a bug, I’ll file an issue for you.

Thank you.

https://github.com/JuliaLang/julia/issues/28360

1 Like