-
Notifications
You must be signed in to change notification settings - Fork 48
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
Not work on Ubuntu 2004 #471
Comments
Could you provide more information of your Julia installation? For example, the result of |
Sure. versioninfo()
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake-avx512)
Environment:
JULIA_NUM_THREADS = 4
JULIA_PKG_SERVER = https://mirrors.bfsu.edu.cn/julia/static
(@v1.6) pkg> st
Status `~/.julia/environments/v1.6/Project.toml`
[5ae59095] Colors v0.12.7
[91a5bcdd] Plots v1.11.2 By the way, the information of sudo apt install libatlas-base-dev liblapack-dev libblas-dev
[sudo] password for kong:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas-dev is already the newest version (3.9.0-1build1).
liblapack-dev is already the newest version (3.9.0-1build1).
libatlas-base-dev is already the newest version (3.10.3-8ubuntu7).
libatlas-base-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
ll /usr/lib/x86_64-linux-gnu/*lapack*
lrwxrwxrwx 1 root root 46 Apr 14 13:19 /usr/lib/x86_64-linux-gnu/liblapack.a -> /etc/alternatives/liblapack.a-x86_64-linux-gnu
lrwxrwxrwx 1 root root 47 Apr 14 13:19 /usr/lib/x86_64-linux-gnu/liblapack.so -> /etc/alternatives/liblapack.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 49 Aug 5 2020 /usr/lib/x86_64-linux-gnu/liblapack.so.3 -> /etc/alternatives/liblapack.so.3-x86_64-linux-gnu
-rw-r--r-- 1 root root 1.1M Mar 26 2020 /usr/lib/x86_64-linux-gnu/liblapack_atlas.a
lrwxrwxrwx 1 root root 25 Mar 26 2020 /usr/lib/x86_64-linux-gnu/liblapack_atlas.so -> liblapack_atlas.so.3.10.3
lrwxrwxrwx 1 root root 25 Mar 26 2020 /usr/lib/x86_64-linux-gnu/liblapack_atlas.so.3 -> liblapack_atlas.so.3.10.3
-rw-r--r-- 1 root root 371K Mar 26 2020 /usr/lib/x86_64-linux-gnu/liblapack_atlas.so.3.10.3
-rw-r--r-- 1 root root 13M Mar 21 2020 /usr/lib/x86_64-linux-gnu/liblapack_pic.a
/usr/lib/x86_64-linux-gnu/lapack:
total 19M
-rw-r--r-- 1 root root 13M Mar 21 2020 liblapack.a
lrwxrwxrwx 1 root root 18 Mar 21 2020 liblapack.so -> liblapack.so.3.9.0
lrwxrwxrwx 1 root root 18 Mar 21 2020 liblapack.so.3 -> liblapack.so.3.9.0
-rw-r--r-- 1 root root 6.7M Mar 21 2020 liblapack.so.3.9.0 |
I cannot reproduce this. It's likely to be a local issue. Maybe you can try it again with a new depot path JULIA_DEPOT_PATH=$HOME/.julia.tmp julia and see it still segfaults. |
I'm closing this because it's not a |
Thank you |
The text was updated successfully, but these errors were encountered: