]> git.eshelyaron.com Git - emacs.git/commit
Prevent reporting of crashes when Emacs is restarted on Android
authorPo Lu <luangruo@yahoo.com>
Fri, 3 May 2024 02:43:31 +0000 (10:43 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:36:39 +0000 (18:36 +0200)
commit43abbfb6e6af8d5a8d45aeabcf407fb48ede5e43
tree36cadd89e72b1812e14eb81f1ddcfadd7ff3befb
parent22eb0f9016749adb46452542dee5df175c5b19d7
Prevent reporting of crashes when Emacs is restarted on Android

* src/emacs.c (Fkill_emacs): Ignore SIGBUS and SIGSGEV
immediately before calling exit.

(cherry picked from commit 6171a9a628fb71b172598c7d7bbea8448ee251d6)
src/emacs.c