its-pointless / julia

The Julia Language: A fresh approach to technical computing. Termux/Android
https://julialang.org/
Other
16 stars 2 forks source link

Julia crash cgmemmgr.cpp error aborted #6

Open YvesAD opened 3 years ago

YvesAD commented 3 years ago

When I start Julia it crashed with the following ouput :

~ $ julia () | Documentation: https://docs.julialang.org () | () () | | |_ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ ` | | | | || | | | (| | | Version 1.5.1 (2020-09-09) / |_'|||_'_| | android-1.5.1/2e48cbb3b7* (fork: 129 commits, 294 days) |/ |

/data/data/com.termux/files/home/julia/src/cgmemmgr.cpp:834: virtual uint8_t *(anonymous namespace)::RTDyldMemoryManagerJL::allocateCodeSection(uintptr_t, unsigned int, unsigned int, llvm::StringRef): assertion "!code_allocated" failed

signal (6): Aborted in expression starting at none:0 Allocations: 2543 (Pool: 2534; Big: 9); GC: 0 Aborted ~ $

The julia-llvm packages are installed. I am using termux from the play store not the one from f-droid which doesn't want to install on my galaxy tab s2 with Android 7.(arch64).

Yours YD