bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9264: 24.0.50; (file-error "Creating process pipe" "no error")


From: William Xu
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]