qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 0.14.0-rc2 is available
Date: Wed, 16 Feb 2011 18:16:12 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7

  Hi,

Indeed. It isn't a pidfile, it is a shared memory segment where spice
stores statistics. spice registers a cleanup handler via atexit()
which removes this

fork() with an inherited pipe and then waiting for EOF on the pipe() is
a bit more robust of a mechanism to handle this.

Feels a bit like overkill in that case though. The extra process doesn't come for free. We are talking about a shared memory segment with a single page only. It is leaked only on crashes. It can trivially be cleaned up manually if needed, just rm the file.

cheers,
  Gerd




reply via email to

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