--- Begin Message ---
Subject: |
24.0.50; (file-error "Creating process pipe" "no error") |
Date: |
Tue, 09 Aug 2011 15:25:56 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (windows-nt) |
After running emacs for *some* time(like one or two days), call-process
starts to fail:
(call-process "ls")
Debugger entered--Lisp error: (file-error "Creating process pipe" "no error")
call-process("ls")
eval((call-process "ls") nil)
eval-last-sexp-1(nil)
ad-Orig-eval-last-sexp(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
What exactly does this mean?
In GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7600)
of 2011-06-28 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 6.1.7600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'
--
William
http://xwl.appspot.com
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#9264: 24.0.50; (file-error "Creating process pipe" "no error") |
Date: |
Tue, 05 Jun 2012 05:47:54 +0300 |
> Date: Tue, 5 Jun 2012 09:45:40 +0800
> From: William Xu <address@hidden>
> Cc: address@hidden
>
> I believe the following commit has also fixed my problem. i have not
> reproduced it in days.
>
> Author: Eli Zaretskii <address@hidden>
> Date: Sat May 5 11:40:31 2012 +0300
>
> 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
Thanks. I'm therefore closing this bug; feel free to reopen with new
data if the bug recurs.
--- End Message ---