]> git.eshelyaron.com Git - emacs.git/commit
Avoid aborts in native-comp subprocesses when exiting Emacs on Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Mar 2021 14:31:35 +0000 (16:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Mar 2021 14:31:35 +0000 (16:31 +0200)
commit948e6609b11b0203d6e1d0fdfdcc23b8538f3e98
treef8240d86d2fc3a084fc2ed2a7d333ae1cbe5c135
parentf89e70a7041b061eb40f2b5e0c58a28bfb84920f
Avoid aborts in native-comp subprocesses when exiting Emacs on Windows

* src/w32.c (shutdown_handler): Clear the message stack when being
shut down in noninteractive mode, to avoid aborting in
shut_down_emacs when a native-compilation subprocess is killed
because the parent Emacs exits.
src/w32.c