From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 18 21:53:43 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2374616A4F3 for ; Fri, 18 Aug 2006 21:53:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 276E543D46 for ; Fri, 18 Aug 2006 21:53:38 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7ILraJ8069416; Fri, 18 Aug 2006 17:53:36 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Steve Kargl Date: Fri, 18 Aug 2006 17:00:25 -0400 User-Agent: KMail/1.9.1 References: <200608151701.46724.jhb@freebsd.org> <20060816000424.GA905@troutmask.apl.washington.edu> <20060816175424.GA1231@troutmask.apl.washington.edu> In-Reply-To: <20060816175424.GA1231@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608181700.25539.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Fri, 18 Aug 2006 17:53:36 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1685/Fri Aug 18 15:46:07 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: amd64@freebsd.org Subject: Re: linux32 breakage in current.. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 21:53:43 -0000 On Wednesday 16 August 2006 13:54, Steve Kargl wrote: > On Tue, Aug 15, 2006 at 05:04:24PM -0700, Steve Kargl wrote: > > > > Oh crap, this is more complicated than I thought > > With a kernel built from 2006.08.06.12.00.00 sources, > > I'm seeing the classic race condition for locking > > > > troutmask:kargl[201] acroread church.pdf > > Segmentation fault (core dumped) > > troutmask:kargl[202] acroread church.pdf <-- This one worked. > > troutmask:kargl[203] acroread church.pdf > > Segmentation fault (core dumped) > > troutmask:kargl[204] acroread church.pdf > > Segmentation fault (core dumped) > > troutmask:kargl[205] acroread church.pdf <-- This one worked. > > troutmask:kargl[206] > > > > I'll see if I can dig deeper. > > > > The problem appears as early as 01 Aug 06 sources. Out of 16 > attempts to run acroread, 5 die with a segfault. It is actually > the linux version of bash that drops core. Ok. Can you walk it back further? -- John Baldwin