Skip to content

Crash: error initializing LibGit2 module #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tk3369 opened this issue Mar 2, 2018 · 1 comment
Closed

Crash: error initializing LibGit2 module #147

tk3369 opened this issue Mar 2, 2018 · 1 comment

Comments

@tk3369
Copy link

tk3369 commented Mar 2, 2018

It crashes as soon as I initialize julia runtime... any idea?

(julia) $ python
Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import julia
>>> j = julia.Julia()
fatal: error thrown and no exception handler available.
Base.InitError(mod=:LibGit2, error=ErrorException("error initializing LibGit2 module"))
rec_backtrace at /buildworker/worker/package_linux64/build/src/stackwalk.c:84
record_backtrace at /buildworker/worker/package_linux64/build/src/task.c:245
jl_throw at /buildworker/worker/package_linux64/build/src/task.c:564
__init__ at ./libgit2/libgit2.jl:920
unknown function (ip: 0x7fcdb7753988)
jl_call_fptr_internal at /buildworker/worker/package_linux64/build/src/julia_internal.h:339 [inlined]
jl_call_method_internal at /buildworker/worker/package_linux64/build/src/julia_internal.h:358 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:1926
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1424 [inlined]
jl_module_run_initializer at /buildworker/worker/package_linux64/build/src/toplevel.c:87
_julia_init at /buildworker/worker/package_linux64/build/src/init.c:733
julia_init at /buildworker/worker/package_linux64/build/src/task.c:301
jl_init_with_image at /buildworker/worker/package_linux64/build/src/jlapi.c:48
ffi_call_unix64 at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/../../libffi.so.6 (unknown line)
ffi_call at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/../../libffi.so.6 (unknown line)
_ctypes_callproc at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so (unknown line)
unknown function (ip: 0x7fcdbf365747)
_PyObject_FastCallDict at python (unknown line)
@tk3369
Copy link
Author

tk3369 commented Mar 2, 2018

Found solution as in JuliaComputing/static-julia#17

@tk3369 tk3369 closed this as completed Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant