emacs-devel
[Top][All Lists]
Advanced

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

Re: Zombie subprocesses


From: Ken Brown
Subject: Re: Zombie subprocesses
Date: Fri, 23 Nov 2012 17:33:59 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 11/23/2012 5:23 PM, Paul Eggert wrote:
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.

I can reproduce this on Cygwin (on the emacs-24 branch with your latest change), so it's not just an OS X issue.

Ken



reply via email to

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