aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-02-13 19:04:30 +0200
committerEli Zaretskii2013-02-13 19:04:30 +0200
commit0e4e7b741b515be091e2ec3b3ff63f1b16084555 (patch)
treee9c3944bb91f44bf0375e62cc7e8d93e97c2300e /src/ChangeLog
parent6e432f0cda1daa7bcee1fb5872dcfa130abe5018 (diff)
downloademacs-0e4e7b741b515be091e2ec3b3ff63f1b16084555.tar.gz
emacs-0e4e7b741b515be091e2ec3b3ff63f1b16084555.zip
More robust creation of a subprocess, attempt to solve bug #13546.
src/w32proc.c (new_child): If no vacant slots are found in child_procs[], make another pass looking for slots whose process has exited or died.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 358f25b40f9..e1b8a23e6b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-02-13 Eli Zaretskii <eliz@gnu.org> 12013-02-13 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32proc.c (new_child): If no vacant slots are found in
4 child_procs[], make another pass looking for slots whose process
5 has exited or died. (Bug#13546)
6
3 * w32.c (sys_pipe): When failing due to file descriptors above 7 * w32.c (sys_pipe): When failing due to file descriptors above
4 MAXDESC, set errno to EMFILE. 8 MAXDESC, set errno to EMFILE.
5 (_sys_read_ahead): Update cp->status when failing to read serial 9 (_sys_read_ahead): Update cp->status when failing to read serial