emacs-devel
[Top][All Lists]
Advanced

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

Re: Zombie subprocesses


From: Paul Eggert
Subject: Re: Zombie subprocesses
Date: Fri, 23 Nov 2012 14:23:40 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 11/23/2012 01:49 PM, Harald Hanche-Olsen wrote:
> I recently discovered that emacs has a bunch of zombie subprocesses.
> A bit of experimenting reveals that if I run
> 
> (call-process "/bin/sleep" nil 0 nil "5")
> 
> then this returns immediately, as expected, but after 5 seconds, the
> subprocess becomes a zombie and never goes away.
> 
> Is this the intended behaviour, or a bug? Should I file a bug report?

It's a bug.  Please file a bug report.  Sigh, and I just put a change
into emacs-24 that may trigger the same bug.  I'll try to look into
it later today, but I don't have easy access to OS X so this may
well require some help.



reply via email to

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