
원격 서버가 최근 업그레이드되었습니다. 저는 환경에 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