summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-12-21 13:21:35 +0200
committerEli Zaretskii <eliz@gnu.org>2012-12-21 13:21:35 +0200
commit7efa3fb3579fcb105ab84748945638daccdb4761 (patch)
tree49ee3a0d9ee6d85f75657407367a7413d68f7d93 /lisp/emacs-lisp/byte-run.el
parentc1f02afadfc879f527350dc56d6ed4d2daa7e173 (diff)
downloademacs-7efa3fb3579fcb105ab84748945638daccdb4761.tar.gz
Possibly fix bug #13086 with losing track of subprocesses on MS-Windows.
src/w32proc.c (new_child, delete_child, find_child_pid): For a subprocess, consider its slot being in use as long as its process handle (procinfo.hProcess) is not NULL. This avoids reusing the slot when a new process is started immediately after killing another one, without waiting enough time for the first process to be reaped and resources allocated for it be orderly freed. Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
0 files changed, 0 insertions, 0 deletions