From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxKla-0006NX-FY for qemu-devel@nongnu.org; Mon, 12 Oct 2009 09:16:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxKlV-0006M9-SC for qemu-devel@nongnu.org; Mon, 12 Oct 2009 09:16:46 -0400 Received: from [199.232.76.173] (port=36463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxKlV-0006M6-LV for qemu-devel@nongnu.org; Mon, 12 Oct 2009 09:16:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxKlV-0003Jt-9G for qemu-devel@nongnu.org; Mon, 12 Oct 2009 09:16:41 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9CDGeO5000387 for ; Mon, 12 Oct 2009 09:16:40 -0400 Message-ID: <4AD32C35.5030206@redhat.com> Date: Mon, 12 Oct 2009 15:16:37 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1255028312-28180-1-git-send-email-markmc@redhat.com> <1255028312-28180-3-git-send-email-markmc@redhat.com> In-Reply-To: <1255028312-28180-3-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 02/16] hotplug: safely iterate bus's sibling list while removing a device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org On 10/08/09 20:58, Mark McLoughlin wrote: > Without this, I'm seeing a segfault when unpluging a NIC. Patch looks good. I'm wondering I didn't see segfaults in my testing. The bug doesn't look nic-specific. Where does it crash? cheers, Gerd