From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjdcK-0007N7-Qi for qemu-devel@nongnu.org; Mon, 22 Feb 2010 14:06:52 -0500 Received: from [199.232.76.173] (port=49143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjdcK-0007Mz-EA for qemu-devel@nongnu.org; Mon, 22 Feb 2010 14:06:52 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjdcJ-0003xG-2n for qemu-devel@nongnu.org; Mon, 22 Feb 2010 14:06:52 -0500 Received: from alpha.arachsys.com ([91.203.57.7]:44071) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NjdcI-0003x0-QY for qemu-devel@nongnu.org; Mon, 22 Feb 2010 14:06:50 -0500 Date: Mon, 22 Feb 2010 19:06:47 +0000 From: Chris Webb Subject: Re: [Qemu-devel] Re: qemu-kvm 0.12.2 VNC segfault Message-ID: <20100222190646.GE2312@arachsys.com> References: <20100221172358.GH4894@arachsys.com> <4B82462A.7050903@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B82462A.7050903@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Avi Kivity writes: > On 02/21/2010 07:23 PM, Chris Webb wrote: > >Some sort of race where a client disconnects and is removed from the client > >list while the vnc_refresh() loop is iterating over it, maybe? > > Looks like c727a05459, and high time for 0.12.3. Anthony? Ah yes, looks like this was exactly the case that commit was trying to prevent. Thanks! Best wishes, Chris.