From owner-freebsd-current@FreeBSD.ORG Fri Jan 7 16:41:42 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 E4FE316A4CE for ; Fri, 7 Jan 2005 16:41:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF7D43D58 for ; Fri, 7 Jan 2005 16:41:42 +0000 (GMT) (envelope-from geekout@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so48939wra for ; Fri, 07 Jan 2005 08:41:42 -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=epnZU8KvY9ksGqypRmKUJj+NfJ0fiC9rRF8X7DAo8jG9nr4xPCWeyHBYroDHC8Abt3tFcS3liCKfAAX3V7GSqyBphjJp57kHsTNhOaJBPYoMrGmK5hexO6KAZM+oA/U3SqFWBixPOAthT4H1fLAlvjQbEsQfaCUlWaceeyjVhZ8= Received: by 10.54.25.31 with SMTP id 31mr358642wry; Fri, 07 Jan 2005 08:40:28 -0800 (PST) Received: by 10.54.46.25 with HTTP; Fri, 7 Jan 2005 08:40:28 -0800 (PST) Message-ID: <6e01203b05010708405cc39601@mail.gmail.com> Date: Fri, 7 Jan 2005 09:40:28 -0700 From: Tyler Gee To: Tim Robbins In-Reply-To: <6e01203b0501070809d5cd2fd@mail.gmail.com> 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> <6e01203b0501070809d5cd2fd@mail.gmail.com> 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:41:43 -0000 Could it be my Xorg? I updated to 6.8 before it was in the ports using a a diff patch that I found on bsdforums.org. On Fri, 7 Jan 2005 09:09:59 -0700, Tyler Gee wrote: > 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 > > >