Created
March 16, 2018 20:02
-
-
Save shriphani/aea56474f7d854ef5788159ed35125e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ julia git:(d386e40c17) ./julia | |
_ | |
_ _ _(_)_ | A fresh approach to technical computing | |
(_) | (_) (_) | Documentation: https://docs.julialang.org | |
_ _ _| |_ __ _ | Type "?help" for help. | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 0.6.2 (2017-12-13 18:08 UTC) | |
_/ |\__'_|_|_|\__'_| | | |
|__/ | x86_64-linux-gnu | |
julia> Pkg.add("CUDAnative") | |
signal (11): Segmentation fault | |
while loading no file, in expression starting on line 0 | |
_ZN4llvm11InstructionC2EPNS_4TypeEjPNS_3UseEjPS0_ at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
_ZN4llvm8LoadInstC1EPNS_4TypeEPNS_5ValueERKNS_5TwineEbjNS_14AtomicOrderingENS_20SynchronizationScopeEPNS_11InstructionE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
_ZN4llvm8LoadInstC2EPNS_4TypeEPNS_5ValueERKNS_5TwineEbjPNS_11InstructionE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
unknown function (ip: 0x7fd3805f0472) | |
unknown function (ip: 0x7fd3805f3b28) | |
_ZN4llvm15PromoteMemToRegENS_8ArrayRefIPNS_10AllocaInstEEERNS_13DominatorTreeEPNS_15AliasSetTrackerEPNS_15AssumptionCacheE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
unknown function (ip: 0x7fd3805ddad0) | |
_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /home/shriphani/julia/usr/bin/../lib/libLLVM-3.9.so (unknown line) | |
operator() at /home/shriphani/julia/src/jitlayers.cpp:460 [inlined] | |
_M_invoke at /usr/include/c++/5/functional:1857 | |
operator() at /usr/include/c++/5/functional:2267 [inlined] | |
addModuleSet<llvm::SmallVector<std::unique_ptr<llvm::Module>, 1u>, llvm::RTDyldMemoryManager*, std::unique_ptr<llvm::orc::LambdaResolver<JuliaOJIT::addModule(std::unique_ptr<llvm::Module>)::<lambda(const string&)>, JuliaOJIT::addModule(std::unique_ptr<llvm::Module>)::<lambda(const string&)> >, std::default_delete<llvm::orc::LambdaResolver<JuliaOJIT::addModule(std::unique_ptr<llvm::Module>)::<lambda(const string&)>, JuliaOJIT::addModule(std::unique_ptr<llvm::Module>)::<lambda(const string&)> > > > > at /home/shriphani/julia/usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:73 [inlined] | |
addModule at /home/shriphani/julia/src/jitlayers.cpp:587 | |
jl_add_to_ee at /home/shriphani/julia/src/jitlayers.cpp:810 [inlined] | |
jl_finalize_function at /home/shriphani/julia/src/jitlayers.cpp:821 | |
getAddressForFunction at /home/shriphani/julia/src/codegen.cpp:1411 | |
jl_generate_fptr at /home/shriphani/julia/src/codegen.cpp:1508 | |
jl_compile_method_internal at /home/shriphani/julia/src/julia_internal.h:326 [inlined] | |
jl_call_method_internal at /home/shriphani/julia/src/julia_internal.h:354 [inlined] | |
jl_apply_generic at /home/shriphani/julia/src/gf.c:1926 | |
jl_apply at /home/shriphani/julia/src/julia.h:1424 [inlined] | |
jl_invoke at /home/shriphani/julia/src/gf.c:51 | |
#1 at ./task.jl:335 | |
unknown function (ip: 0x7fd3561640df) | |
jl_call_fptr_internal at /home/shriphani/julia/src/julia_internal.h:339 [inlined] | |
jl_call_method_internal at /home/shriphani/julia/src/julia_internal.h:358 [inlined] | |
jl_apply_generic at /home/shriphani/julia/src/gf.c:1926 | |
jl_apply at /home/shriphani/julia/src/julia.h:1424 [inlined] | |
start_task at /home/shriphani/julia/src/task.c:267 | |
unknown function (ip: 0xffffffffffffffff) | |
Allocations: 5620491 (Pool: 5618938; Big: 1553); GC: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment