From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWTpI-0004Ya-G5 for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:15:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWTpA-0002ab-Er for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:15:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWTpA-0002aU-6d for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:15:20 -0500 Message-ID: <509BCC84.3080303@redhat.com> Date: Thu, 08 Nov 2012 16:15:16 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1352380996-25474-1-git-send-email-riegamaths@gmail.com> In-Reply-To: <1352380996-25474-1-git-send-email-riegamaths@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/spice-display: Avoid segment fault when spice is enabled without qxl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dunrong Huang Cc: qemu-devel > Before qemu_spice_add_interface() was called, sdpy.worker was > not be initialized yet, in this case, segment fault occurred > while qemu_spice_display_resize() was called. Pending spice pull req fixes it in another way, patch is here: http://patchwork.ozlabs.org/patch/196518/ cheers, Gerd