From owner-cvs-src@FreeBSD.ORG Sun Sep 5 23:24:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C4716A4CE; Sun, 5 Sep 2004 23:24:58 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B136143D49; Sun, 5 Sep 2004 23:24:58 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A704B5C96F; Sun, 5 Sep 2004 16:24:58 -0700 (PDT) Date: Sun, 5 Sep 2004 16:24:58 -0700 From: Alfred Perlstein To: Norikatsu Shigemura Message-ID: <20040905232458.GH31434@elvis.mu.org> References: <200409051644.i85GiL2Y043104@sakura.ninth-nine.com> <200409051700.i85H0W4H043516@sakura.ninth-nine.com> <200409051727.i85HR35C044181@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409051727.i85HR35C044181@sakura.ninth-nine.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 23:24:59 -0000 * Norikatsu Shigemura [040905 10:27] wrote: > On Mon, 6 Sep 2004 02:00:32 +0900 (JST) > Norikatsu Shigemura wrote: > > Robert Watson wrote: > > > On Mon, 6 Sep 2004, Norikatsu Shigemura wrote: > > > > Hum... I ran xmms(start play) and ASAP panic. > > > Do you have the panic message and any kernel printfs immediately preceding > > > it? > > No. I'm always watching from other machine with dcons/ieee1394. > > I didn't see any message. Sorry, I'm using my kernel which is > > disabled WITNESS and INVARIANTS. I'll try to enable these and > > test. > > Oops, I contacted other panic. I used same kernel only enabled > INVARIANTS, INVARIANT_SUPPORT, WITNESS and WITNESS_SKIPSPIN. > > debug.mpsafenet=1 > debug.mpsafevm=1 > net.isr.enable=1 > no PREEMPTION > SCHED_ULE > INVARIANTS > INVARIANT_SUPPORT > WITNESS > WITNESS_SKIPSPIN > > I'll try to disable INVARIANTS and INVARIANT_SUPPORT. I can confirm that playing a song with today's kernel using xmms breaks something, X locks up. Also, I have AIO in my kernel, so debug.mpsafenet is set to whatever the default+AIO is. later, -Alfred