diff options
| author | Eli Zaretskii | 2012-05-05 11:40:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-05-05 11:40:31 +0300 |
| commit | 0d887c7d51e28455da610a730f20631eaa0533b6 (patch) | |
| tree | 9760227a65e34f24a82ebf94ac4a6195535a503e /src/ChangeLog | |
| parent | f677562b6c90b283d338725992d87a2770848560 (diff) | |
| download | emacs-0d887c7d51e28455da610a730f20631eaa0533b6.tar.gz emacs-0d887c7d51e28455da610a730f20631eaa0533b6.zip | |
Fix failures in starting subprocesses on Windows 7.
src/w32proc.c (new_child): Force Windows to reserve only 64KB of
stack for each reader_thread, instead of defaulting to 8MB
determined by the linker. This avoids failures in creating
subprocesses on Windows 7, see the discussion in this thread:
http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8aa1707cd30..1e6af943fb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-05-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (new_child): Force Windows to reserve only 64KB of | ||
| 4 | stack for each reader_thread, instead of defaulting to 8MB | ||
| 5 | determined by the linker. This avoids failures in creating | ||
| 6 | subprocesses on Windows 7, see the discussion in this thread: | ||
| 7 | http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html. | ||
| 8 | |||
| 1 | 2012-05-02 Jim Meyering <meyering@redhat.com> | 9 | 2012-05-02 Jim Meyering <meyering@redhat.com> |
| 2 | 10 | ||
| 3 | * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372). | 11 | * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372). |