I install tex live from iso image: http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive.iso.
But when i run xelatex, it turns out:
Segmentation fault (core dumped)
I use gdb xelatex core_file with the run command:
$ gdb xelatex core.16233
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-50.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
...
(gdb) run
No core file now.
Starting program: /usr/local/texlive/2018/bin/x86_64-linux/xelatex
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
My system is:
cat /etc/*release
CentOS Linux release 6.2 (Final)
CentOS Linux release 6.2 (Final)
