최근 원격 서버가 업그레이드되어 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