aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-12-17 09:51:25 -0800
committerPaul Eggert2012-12-17 09:51:25 -0800
commit207a7ef0531ca92468e19115a2c2064c9b22bfd4 (patch)
treeb6cda053458b082f2fb800b432ca8ea288453f84 /src/ChangeLog
parent191562422a2d6d54214e24c349a471ac21ebf178 (diff)
downloademacs-207a7ef0531ca92468e19115a2c2064c9b22bfd4.tar.gz
emacs-207a7ef0531ca92468e19115a2c2064c9b22bfd4.zip
Don't reraise SIGCHLD, as that can now lose.
With the 2012-12-03 fix for Bug#12980 in place, an old workaround for some of that bug's symptoms can now cause Emacs to abort. Remove the workaround. * process.c (wait_reading_process_output): Don't reraise SIGCHLD. The bug that caused SIGCHLD to get lost has been fixed, and the workaround for it can now cause Emacs to abort. Fixes: debbugs:13192
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 99be34482df..d5071c541b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-12-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
4 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
5 for some of that bug's symptoms can now cause Emacs to abort.
6 Remove the workaround.
7 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
8 The bug that caused SIGCHLD to get lost has been fixed, and the
9 workaround for it can now cause Emacs to abort.
10
12012-12-16 Paul Eggert <eggert@cs.ucla.edu> 112012-12-16 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * sysdep.c (emacs_abort): Bump backtrace size to 40. 13 * sysdep.c (emacs_abort): Bump backtrace size to 40.