From owner-freebsd-current@FreeBSD.ORG Thu Jul 3 15:26:57 2003 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 8D40237B401 for ; Thu, 3 Jul 2003 15:26:57 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EB543FA3 for ; Thu, 3 Jul 2003 15:26:56 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h63MQrAI023299; Thu, 3 Jul 2003 18:26:56 -0400 (EDT) Date: Thu, 3 Jul 2003 18:26:53 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Morten Rodal In-Reply-To: <20030703221913.GA828@atlantis.rodal.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: libkse crash and sched ule? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 22:26:57 -0000 On Fri, 4 Jul 2003, Morten Rodal wrote: > On Thu, Jul 03, 2003 at 05:31:02PM -0400, Daniel Eischen wrote: > > On Thu, 3 Jul 2003, Morten Rodal wrote: > > > > > I updated to the latest sources early today (CEST time) and install > > > rtld-elf with libmap support in order to give KSE another try. > > > However upon starting the Mozilla Firebird executable with very simple > > > /etc/libmap.conf: > > > > > > libc_r.so.5 libkse.so.1 > > > libc_r.so libkse.so > > > > > > the computer starts to dump core in the background (I haven't got a > > > serial cable right here) and then reboots. Apart from stripping all > > > the devices I haven't got from GENERIC kernel I have added SCHED_ULE. > > > > > > Is there a know problem with using SCHED_ULE and KSE? > > > > What happens with SCHED_4BSD? > > > > I have just recompiled the kernel to use SCHED_4BSD and have not yet > experienced a crash. top(1) is happily showing four > MozillaFirebird-bin threads. Hmm. Well, hopefully your trace can help Jeff figure out the problem. I'll try giving SCHED_ULE a try; perhaps I can give him some additional info. -- Dan Eischen