From owner-freebsd-questions Sat Apr 22 14:44:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 553AF37B589; Sat, 22 Apr 2000 14:44:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id OAA45197; Sat, 22 Apr 2000 14:44:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 22 Apr 2000 14:44:44 -0700 (PDT) From: Kris Kennaway To: cgoz@usa.net Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: linux-netscape6 crashes In-Reply-To: <3901B86D.2F808A28@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 23 Apr 2000 cgoz@usa.net wrote: > cmd mozilla-bin pid 10352 tried to use non-present > sched_get_priority_min > cmd mozilla-bin pid 10352 tried to use non-present > sched_get_priority_max > cmd mozilla-bin pid 10352 tried to use non-present sched_getscheduler > pid 10352 (mozilla-bin), uid 1001: exited on signal 8 (core dumped) Sounds like you need to have the POSIX 1003.1b scheduling in your kernel config: # POSIX P1003.1B # Real time extensions added in the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message