aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-21 14:27:30 -0700
committerPaul Eggert2013-08-21 14:27:30 -0700
commit4a88129ae4332cbf3833c00f79100610ca2e576d (patch)
tree3cb80a8ec800bd34dd16b6944f87c0325f3ec833 /src/ChangeLog
parent6ee6031083c97309e7c10e17a25f466933e46656 (diff)
downloademacs-4a88129ae4332cbf3833c00f79100610ca2e576d.tar.gz
emacs-4a88129ae4332cbf3833c00f79100610ca2e576d.zip
* callproc.c: Fix race that killed background processes.
(call_process): New arg TEMPFILE_INDEX. Callers changed. Record deleted process-id in critical section, not afterwards. Don't mistakenly kill process created by a call-process invocation that discards output and does not wait. Fixes: debbugs:15144
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb552c9d9d5..8983b6abd64 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * callproc.c: Fix race that killed background processes (Bug#15144).
4 (call_process): New arg TEMPFILE_INDEX. Callers changed.
5 Record deleted process-id in critical section, not afterwards.
6 Don't mistakenly kill process created by a call-process invocation
7 that discards output and does not wait.
8
12013-08-21 Dmitry Antipov <dmantipov@yandex.ru> 92013-08-21 Dmitry Antipov <dmantipov@yandex.ru>
2 10
3 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE 11 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE