From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 18 07:17:50 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DFCB16A415 for ; Thu, 18 Jan 2007 07:17:50 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id E4DC413C448 for ; Thu, 18 Jan 2007 07:17:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so106120nfc for ; Wed, 17 Jan 2007 23:17:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UC7qwdhCfv1VYO9/HygauVInKD9D4ni+4IqTyd82+FZ9Afvoqn2JHt32spXHqccQmQBaQiSOGlV4XOJctEh5dOgOmJ7QFoNB58yLQYrWwEOABapeCxQCCznPdlZp9N7AN01MaANsNlz26ohQ13XEPoFkWAdiSk+y1wROv1kac5I= Received: by 10.82.184.2 with SMTP id h2mr109313buf.1169104668474; Wed, 17 Jan 2007 23:17:48 -0800 (PST) Received: by 10.82.186.2 with HTTP; Wed, 17 Jan 2007 23:17:48 -0800 (PST) Message-ID: <790a9fff0701172317k6876ad77p1c29ac76fa400d65@mail.gmail.com> Date: Thu, 18 Jan 2007 01:17:48 -0600 From: "Scot Hetzel" To: "Divacky Roman" In-Reply-To: <20070117223025.GA21199@stud.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0701151314x6dd48ecbg90a54729813e84e@mail.gmail.com> <20070116080015.8dus0vamssso0sww@webmail.leidinger.net> <790a9fff0701161005t75222f2l439e8c0c1153ffd2@mail.gmail.com> <20070116181839.GA80994@stud.fit.vutbr.cz> <790a9fff0701161317q74b28955jf61b6e9651168a36@mail.gmail.com> <20070116221150.GA9429@stud.fit.vutbr.cz> <790a9fff0701162000s5f48d51fk2e5a4a74bd7021f9@mail.gmail.com> <20070117091530.GA48578@stud.fit.vutbr.cz> <790a9fff0701170955o5674c8feu98117320a72e63ef@mail.gmail.com> <20070117223025.GA21199@stud.fit.vutbr.cz> Cc: emulation@freebsd.org, Alexander Leidinger Subject: Re: linuxolator: fatal trap 12 when compiling libX11 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 07:17:50 -0000 On 1/17/07, Divacky Roman wrote: > what scheduler are you using? if you use the other one can you reproduce > the panic? > > SCHED_4BSD > can you try this patch (added to the pathces you already have): > > the locking there sucks, I'll have to revisit it together with > the LIST magic ;( > Tried the patch, but it didn't solve the problem. I had noticed today that the kernel would panic on a LTP run (2.4.2). On one of the LTP runs, I noticed it had paniced after the fork06 test. Had a look on P4, and saw change 113083, applied it to linux_emul.c. So far it has passed 2 LTP tests (2.4.2, 2.6.16) with out panicing the kernel. Currently, I'm runing 'emerge azureus', and is currently at 18 of 188 ports. It usually paniced on the first or second port. So it looks like the problem may be solved by P4 Change 113083. Thanks for taking the time to look into this problem. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.