我們的遠端伺服器最近已升級,我曾經使用 anaconda3 作為環境,現在無論我輸入的包含路徑 anaconda bin 資料夾的命令都會出現分段錯誤。
$ conda list
Segmentation fault
$ which conda
/home/user/anaconda3/bin/conda
更新
我運行了 gdb 偵錯器 ( gdb python
),這是我遇到的以下錯誤。
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff782ebbf in __libc_start_main () from /home/user/anaconda3/bin/../lib/libc.so.6
(gdb) bt
#0 0x00007ffff782ebbf in __libc_start_main () from /home/user/anaconda3/bin/../lib/libc.so.6
#1 0x000055555572f062 in _start () at ../sysdeps/x86_64/elf/start.S:103