From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.cbnco.com ([207.164.182.72]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NdOzv-0000nQ-Hl for openembedded-devel@lists.openembedded.org; Fri, 05 Feb 2010 15:17:30 +0100 Received: from localhost (localhost [127.0.0.1]) by smtp.cbnco.com (Postfix) with ESMTP id 64CCF646818 for ; Fri, 5 Feb 2010 09:14:58 -0500 (EST) Received: from smtp.cbnco.com ([127.0.0.1]) by localhost (mail.cbnco.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09277-07 for ; Fri, 5 Feb 2010 09:14:58 -0500 (EST) Received: from [172.20.22.83] (auriga-dmzgw.cbnco.com [207.164.182.65]) by smtp.cbnco.com (Postfix) with ESMTPSA id 1DFFF6464F9 for ; Fri, 5 Feb 2010 09:14:58 -0500 (EST) Message-ID: <4B6C27E2.8040701@cbnco.com> Date: Fri, 05 Feb 2010 09:14:58 -0500 From: Michael Smith User-Agent: Thunderbird 2.0.0.23 (X11/20090812) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: In-Reply-To: X-Virus-Scanned: amavisd-new at cbnco.com X-SA-Exim-Connect-IP: 207.164.182.72 X-SA-Exim-Mail-From: msmith@cbnco.com X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: Issues with .list files X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 14:17:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Michael Morrell wrote: > Second, when a bitbake run is done with lots of parallelism, it is > possible that it tries to open a nonexistent .list file (it was there > when it did the os.listdir call, but that package later removed it > before it recreates it), causing a crash here. We are seeing such > crashes reasonably often. Yeah, package_do_shlibs() in package.bbclass should probably write to a temp file and then link it into place. Right now it just removes and rewrites. Mike