From owner-freebsd-current@FreeBSD.ORG Thu Jan 6 09:34: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 80F5816A4CE for ; Thu, 6 Jan 2005 09:34:02 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DE043D39 for ; Thu, 6 Jan 2005 09:34:02 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.219.195) by smtp02.syd.iprimus.net.au (7.0.036) id 41A76DCB011815E4; Thu, 6 Jan 2005 20:34:00 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CF329429A; Thu, 6 Jan 2005 20:34:02 +1100 (EST) Date: Thu, 6 Jan 2005 20:34:02 +1100 From: Tim Robbins To: Tyler Gee Message-ID: <20050106093402.GA36426@cat.robbins.dropbear.id.au> References: <6e01203b05010519054864b358@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e01203b05010519054864b358@mail.gmail.com> User-Agent: Mutt/1.4.1i 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 09:34:02 -0000 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