From 9cdde1e2dfdd7b1a4e52294bca1467dc7a48c77a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 7 Dec 2012 09:53:17 -0800 Subject: * sysdep.c (get_child_status): Abort on internal error (Bug#13086). This will cause a production Emacs to dump core instead of infinite-looping. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a8be140ca0e..edd6924af50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-12-07 Paul Eggert + + * sysdep.c (get_child_status): Abort on internal error (Bug#13086). + This will cause a production Emacs to dump core instead of + infinite-looping. + 2012-12-07 Dmitry Antipov * frame.c (make_frame): Do not set window's buffer to t. -- cgit v1.2.1