Eli Zaretskii writes: >> From: Thierry Volpiatto >> Cc: Phil Sainty , 46790@debbugs.gnu.org, akrl@sdf.org >> Date: Sun, 25 Apr 2021 18:21:41 +0000 >> >> > M-: (file-truename (expand-file-name invocation-name invocation-directory)) RET >> >> With my emacs started from PATH with "emacs" where emacs is a symlink: >> >> /usr/local/sbin/emacs-28.0.50/emacs-28.0.50 >> >> which is the correct path: >> >> (expand-file-name invocation-name invocation-directory) >> >> ==>/usr/local/bin/emacs >> >> (file-truename "/usr/local/bin/emacs") >> >> ==> /usr/local/sbin/emacs-28.0.50/emacs-28.0.50 > > This is the same executable file name using which to start the > interactive session does work, as far as I remember. So I don't > understand why async-start crashes, sounds like an unrelated issue > with the native-comp feature. Don't know, I will try to build another emacs without native comp to see if I can reproduce the bug. -- Thierry