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: Eli Zaretskii
Subject: bug#9264: 24.0.50; (file-error "Creating process pipe" "no error")
Date: Fri, 23 Sep 2011 14:04:01 +0300

> Date: Fri, 23 Sep 2011 13:55:22 +0300
> From: William Xu <william.xwl@gmail.com>
> Cc: 9264@debbugs.gnu.org
> 
> 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

Right, thanks.  I will look into this, if no one beats me to it.





reply via email to

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