From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf6y4-0002mT-6Q for qemu-devel@nongnu.org; Wed, 22 May 2013 07:12:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf6y2-0003uU-W0 for qemu-devel@nongnu.org; Wed, 22 May 2013 07:12:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf6y2-0003uN-Oq for qemu-devel@nongnu.org; Wed, 22 May 2013 07:12:26 -0400 Message-ID: <519CA80F.4090502@redhat.com> Date: Wed, 22 May 2013 13:12:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87obc34fy3.fsf@blackfin.pond.sub.org> <20130522083732.GD7993@redhat.com> <519C8541.6060605@redhat.com> <20130522085219.GF7993@redhat.com> <519C8E6C.3000107@redhat.com> <20130522094210.GA24931@redhat.com> <519CA097.5000804@redhat.com> <20130522105034.GA5643@redhat.com> <519CA33E.9010109@redhat.com> <20130522110922.GC5643@redhat.com> In-Reply-To: <20130522110922.GC5643@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] makefile: detect corrupted elf files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino , Blue Swirl Il 22/05/2013 13:09, Michael S. Tsirkin ha scritto: > > Usually I do the same---I just do slightly more thorough testing for > > configure patches. > > I've no idea what happens with ccache on a crash by the way. > It's possible that it's careful to do renames in order to not leave > corrupted output files behind. It doesn't, it leave 0-sized files. (Or at least it didn't last time power failed during a compilation. :)) Paolo