-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
While trying to repro the LibExpat failure from this PkgEval run, I ran in to the following, with both LLVM 3.3 and 3.7.1:
Version 0.5.0-dev+2137 (2016-01-14 22:40 UTC)
Commit b2b60c4* (0 days old master)
x86_64-apple-darwin15.2.0
julia> xph = ccall((:XML_ParserCreate, :libexpat), Ptr{Void}, (Ptr{Void},), C_NULL)
Ptr{Void} @0x00007fbc2c26edb0
julia> ccall((:XML_ParserFree, :libexpat), Union{}, (Ptr{Void},), xph)
signal (11): Segmentation fault: 11
while loading no file, in expression starting on line 0
[inline] at /Users/inorton/git/julia/src/jltypes.c:69
jl_is_type at /Users/inorton/git/julia/src/jltypes.c:2064
jl_inst_concrete_tupletype_v at /Users/inorton/git/julia/src/jltypes.c:2206
jl_f_tuple at /Users/inorton/git/julia/src/builtins.c:666
eval_user_input at REPL.jl:65
jlcall_eval_user_input_23657 at (unknown line)
[inline] at REPL.jl:92
anonymous at task.jl:63
[inline] at /Users/inorton/git/julia/src/./julia.h:1391
jl_apply at /Users/inorton/git/julia/src/task.c:246
Segmentation fault: 11
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation