> -------Original Message------- > From: RAGINI <[email protected]> > To: [email protected] <[email protected]> > Subject: [foss] emacs returns illegal instruction (core dumped) > Sent: Jul 23 '20 11:26 > > Hello, > > After extracting the emacs.tar.xz in the /opt/root directory and exporting > the path. > > when I run emacs --version, I am getting Illegal instruction (core dumped) > > What could be the reason ? > > output of which emacs: > /opt/root/emacs/bin/emacs > > output of whereis command: > /opt/root/emacs/bin/emacs > > How to resolve this issue ? > > thanks > Ragini >
After running strace and seeing the log, there are two files which it is not able to locate: 1. /etc/gnutls/config 2. /opt/root/emacs/bin/emacs-28.0.50.pdmp NOTE: Both the files are not there. Questions: 1. Why does it need gnutls config file ? 2. Could this be the reason for receiving "Illegal instruction (core dumped) signal" ? thanks Ragini

