From owner-freebsd-current@FreeBSD.ORG Fri Jan 7 16:10:02 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FDC16A4CE for ; Fri, 7 Jan 2005 16:10:02 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B69F43D1F for ; Fri, 7 Jan 2005 16:10:02 +0000 (GMT) (envelope-from geekout@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so44598wra for ; Fri, 07 Jan 2005 08:10:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Xw9OiiI3ZS4+EetSRe7sfmNbA4JuFQPIlZjM0sgCD86LKBfOJ11H7kZNUGakoaqVYSnYOZuFz15Otj1UBy1t5FLk+RbPi/a0lVfPmFs/KQK/NEsgSLSZBy3LkhPV1r8DXnc+hatitWAGjuVAHn+r0TJ0o1BpTFnZHi9G663bsI8= Received: by 10.54.45.56 with SMTP id s56mr294781wrs; Fri, 07 Jan 2005 08:10:00 -0800 (PST) Received: by 10.54.46.25 with HTTP; Fri, 7 Jan 2005 08:09:59 -0800 (PST) Message-ID: <6e01203b0501070809d5cd2fd@mail.gmail.com> Date: Fri, 7 Jan 2005 09:09:59 -0700 From: Tyler Gee To: Tim Robbins In-Reply-To: <20050106093402.GA36426@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6e01203b05010519054864b358@mail.gmail.com> <20050106093402.GA36426@cat.robbins.dropbear.id.au> cc: FreeBSD Current Subject: Re: Firefox Crashing - non-present sched_get_priority_max X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tyler Gee List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 16:10:02 -0000 Got rid of the error message but firefox still crashes reliably. I am going to recompile GENERIC today and test that and will let you know if that changes anything. -wtgee On Thu, 6 Jan 2005 20:34:02 +1100, Tim Robbins wrote: > On Wed, Jan 05, 2005 at 08:05:36PM -0700, Tyler Gee wrote: > > Hi all, > > > > I am having a problem where firefox crashes at different points but > > most specifically every time I try to log into my bank. I can log > > into other ssl sites with no problem, including other banks, but > > something on mine makes it crash. Also crashes on other sites > > reliably and others randomly. I thought it might have something to do > > with flash as that seemed like a regular occurence on the pages that > > were causing the crash. > > > > Log file on crash: > > ---snip > > Jan 5 19:54:58 lapBot kernel: cmd mozilla-xremote-cli pid 45967 tried > > to use non-present sched_get_priority_min > > Jan 5 19:54:58 lapBot kernel: cmd mozilla-xremote-cli pid 45967 tried > > to use non-present sched_get_priority_max > > Jan 5 19:54:58 lapBot kernel: cmd firefox-bin pid 45973 tried to use > > non-present sched_get_priority_min > > Jan 5 19:54:58 lapBot kernel: cmd firefox-bin pid 45973 tried to use > > non-present sched_get_priority_max > > ---snip > [...] > > Kernel diff: > [...] > > < options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time > [...] > > > #options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions > > Try re-enabling the _KPOSIX_PRIORITY_SCHEDULING option. > > > Tim >