From owner-freebsd-threads@FreeBSD.ORG Fri May 30 07:14:55 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E5CE37B401 for ; Fri, 30 May 2003 07:14:55 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F0D43F93 for ; Fri, 30 May 2003 07:14:54 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h4UEEr3D087141; Fri, 30 May 2003 10:14:53 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h4UEEqFl087123; Fri, 30 May 2003 10:14:52 -0400 (EDT) Date: Fri, 30 May 2003 10:14:51 -0400 From: Alexander Kabaev To: Daniel Eischen Message-Id: <20030530101451.135d8ad2.ak03@gte.com> In-Reply-To: References: <20030530092035.K94836@cvs.imp.ch> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.11claws156 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Martin Blapp cc: freebsd-threads@freebsd.org Subject: Re: panic during openoffice build with libkse X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 14:14:55 -0000 On Fri, 30 May 2003 09:34:20 -0400 (EDT) Daniel Eischen wrote: > On Fri, 30 May 2003, Martin Blapp wrote: > > > > > Hi all, > > > > My box didn't survive the nightly build. After I woke up, the > > box had rebooted. Unfortunatly I have no dump. I just restarted > > my box (UP, 686 PIV, 2,4Ghz, 1GB ram). > > > > If I can reproduce the problem we will see if it is kse related. > > Note that libkse won't reboot your machine, especially since > your just compiling with it :-) > > There's some kernel bogons lurking... > Well, Martin compiles and _runs compiled tools during the office build. So libkse can reboot the machine :) BTW, I can reliably crash libkse programs on a SMP box using a trivial code snippet. It looks like kernel is trying to lock an uninitialized or freed mutes and dies with trap 12 while holding a sched_lock spinlock. Not a pretty sight. The offending line is kern_mutex.c:598. Sorry, no backtrace yet thanks to schedlock. I will try to gather more details tonight. -- Alexander Kabaev