From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFtLJ-0000rj-F6 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 20:17:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFtLE-0002Zw-GP for qemu-devel@nongnu.org; Thu, 16 Jul 2015 20:17:33 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:33667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFtLE-0002Zq-7x for qemu-devel@nongnu.org; Thu, 16 Jul 2015 20:17:28 -0400 Received: by widic2 with SMTP id ic2so27512864wid.0 for ; Thu, 16 Jul 2015 17:17:27 -0700 (PDT) Sender: Paolo Bonzini References: <1437040609-9878-1-git-send-email-pbonzini@redhat.com> <20150716190546.GI29283@redhat.com> <55A82AE3.6050504@redhat.com> From: Paolo Bonzini Message-ID: <55A84995.7090908@redhat.com> Date: Fri, 17 Jul 2015 02:17:25 +0200 MIME-Version: 1.0 In-Reply-To: <55A82AE3.6050504@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] AioContext: ctx->dispatching is dead, all hail ctx->notify_me List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: kwolf@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 17/07/2015 00:06, Paolo Bonzini wrote: > > > On 16/07/2015 21:05, Richard W.M. Jones wrote: >> Sorry to spoil things, but I'm still seeing this bug, although it is >> now a lot less frequent with your patch. I would estimate it happens >> more often than 1 in 5 runs with qemu.git, and probably 1 in 200 runs >> with qemu.git + the v2 patch series. >> >> It's the exact same hang in both cases. >> >> Is it possible that this patch doesn't completely close any race? >> >> Still, it is an improvement, so there is that. > > I would guess instead that there are two separate bugs, but it's not > impossible that it's still there. Reproduced after ~80 runs... Paolo