GNU bug report logs - #9264
24.0.50; (file-error "Creating process pipe" "no error")

Previous Next

Package: emacs;

Reported by: William Xu <william.xwl <at> gmail.com>

Date: Tue, 9 Aug 2011 07:28:01 UTC

Severity: normal

Found in version 24.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: William Xu <william.xwl <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 9264 <at> debbugs.gnu.org
Subject: bug#9264: 24.0.50; (file-error "Creating process pipe" "no error")
Date: Fri, 23 Sep 2011 13:55:22 +0300
It seems I'm able to reproduce it easily now.

1. emacs -Q
2. eval below:

(progn
  (dotimes (i 50)
    (start-process "hi" nil "ls")
    (message "%d" i)
    ;(sleep-for 1)
    ))

It gives an error:
   while: Spawning child process: resource temporarily unavailable

The same code works well under linux, i can even set counter to 1000,
just takes some time to finish.


-William




This bug report was last modified 12 years and 352 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.