From owner-cvs-src@FreeBSD.ORG Sun Sep 5 23:30:11 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 A734C16A4CF; Sun, 5 Sep 2004 23:30:11 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50BD243D48; Sun, 5 Sep 2004 23:30:11 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i85NRNV4011702; Sun, 5 Sep 2004 19:27:23 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i85NRNBS011699; Sun, 5 Sep 2004 19:27:23 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 5 Sep 2004 19:27:23 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20040905232458.GH31434@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Norikatsu Shigemura 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:30:11 -0000 On Sun, 5 Sep 2004, Alfred Perlstein wrote: > > 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. Seeing the panic message and/or fault will be critical to debugging this problem. If you're using HEAD, debug.mpsafenet should disable itself if AIO is in use (assuming AIO is compiled in or loaded before boot; if it's loaded after boot then you're running in an unsafe configuration and the console should tell you so...) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research