Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2000 14:44:44 -0700 (PDT)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        cgoz@usa.net
Cc:        freebsd-questions@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: linux-netscape6 crashes
Message-ID:  <Pine.BSF.4.21.0004221443060.44645-100000@freefall.freebsd.org>
In-Reply-To: <3901B86D.2F808A28@usa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004221443060.44645-100000>