From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxK9Z-0000RA-7R for qemu-devel@nongnu.org; Fri, 13 Nov 2015 14:36:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxK9V-0002yA-1b for qemu-devel@nongnu.org; Fri, 13 Nov 2015 14:36:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxK9U-0002y0-SR for qemu-devel@nongnu.org; Fri, 13 Nov 2015 14:36:52 -0500 References: <1425478186-18894-1-git-send-email-ild@inbox.ru> <87io83jvug.fsf@blackfin.pond.sub.org> <87wptohq5k.fsf@blackfin.pond.sub.org> <5644CF37.8060801@suse.de> <56462CC1.3010408@redhat.com> <56462D93.2050608@suse.de> From: John Snow Message-ID: <56463BD1.6010501@redhat.com> Date: Fri, 13 Nov 2015 14:36:49 -0500 MIME-Version: 1.0 In-Reply-To: <56462D93.2050608@suse.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] include/hw: field 'offset' in struct Property should be ptrdiff_t as int causes overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=c3=a4rber?= Cc: Peter Maydell , Ildar Isaev , Markus Armbruster , Anthony Liguori , QEMU Developers On 11/13/2015 01:36 PM, Andreas F=E4rber wrote: > Am 13.11.2015 um 19:32 schrieb John Snow: >> On 11/12/2015 12:41 PM, Andreas F=E4rber wrote: >>> [...] Testing >>> got stuck in ahci though, investigating. >>> >>> Thanks, >>> Andreas >>> >> >> Did you ever reproduce this, or does it seem to just be a race? >=20 > Once I updated to a later git commit I was no longer able to reproduce > that hang to date. So it could either be a hard-to-reproduce race, or > some merge yesterday made it go away. >=20 > Cheers, > Andreas >=20 FWIW, on Fedora 22, I can't get my 64 or 32 bit build of the i386 target to reproduce the behavior after a couple dozen runs. I was using the same commit you pointed to, so it seems like a race is likely. I'll keep my eye open. --js