From owner-freebsd-current@FreeBSD.ORG Tue Jan 6 11:49:23 2004 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 3394316A4D1 for ; Tue, 6 Jan 2004 11:49:23 -0800 (PST) Received: from email05.aon.at (WARSL402PIP4.highway.telekom.at [195.3.96.79]) by mx1.FreeBSD.org (Postfix) with SMTP id B2D0143D31 for ; Tue, 6 Jan 2004 11:49:18 -0800 (PST) (envelope-from shoesoft@gmx.net) Received: (qmail 393956 invoked from network); 6 Jan 2004 19:49:17 -0000 Received: from m114p030.dipool.highway.telekom.at (HELO ?62.46.4.62?) ([62.46.4.62]) (envelope-sender ) by qmail5rs.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 6 Jan 2004 19:49:17 -0000 From: Stefan Ehmann To: Don Lewis In-Reply-To: <200401061905.i06J547E014581@gw.catspoiler.org> References: <200401061905.i06J547E014581@gw.catspoiler.org> Content-Type: text/plain Message-Id: <1073418560.873.11.camel@shoeserv.freebsd> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 06 Jan 2004 20:49:21 +0100 Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: page fault panic tracked down (selwakeuppri()) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 19:49:23 -0000 On Tue, 2004-01-06 at 20:05, Don Lewis wrote: > On 6 Jan, Stefan Ehmann wrote: > > > I'm also still not sure why I got three "bad bufsize" panics in a row > > all of the sudden instead of page faults. (Most of the previous kernels > > were built without INVARIANTS - but at least some with). > > I forgot that historially the kernel options were not used when building > modules. I think they are used right now, and were used for a while in > the recent past. Finally found out in the handbook why debugging of the modules didn't work and now got it right it seems. #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc04e5178 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc04e5507 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3 0xc07eb648 in feed_vchan_s16 (f=0xc3967c00, c=0x0, b=0xc37d0000 "", count=2048, source=0xc3741500) at /usr/src/sys/dev/sound/pcm/vchan.c:80 #4 0xc07e1c6d in sndbuf_feed (from=0xc3741500, to=0xc3741600, channel=0xc37a8880, feeder=0xc3967c00, count=3279164672) at feeder_if.h:60 #5 0xc07e2225 in chn_wrfeed (c=0xc37a8880) at /usr/src/sys/dev/sound/pcm/channel.c:221 #6 0xc07e227c in chn_wrintr (c=0x800) at /usr/src/sys/dev/sound/pcm/channel.c:237 #7 0xc07e2990 in chn_intr (c=0x800) at /usr/src/sys/dev/sound/pcm/channel.c:483 #8 0xc07fba2f in csa_intr (p=0xc37a8700) at /usr/src/sys/dev/sound/pci/csapcm.c:623 #9 0xc07fa724 in csa_intr (arg=0xc37a8600) at /usr/src/sys/dev/sound/pci/csa.c:532 #10 0xc04d1612 in ithread_loop (arg=0xc1737b00) at /usr/src/sys/kern/kern_intr.c:544 #11 0xc04d0604 in fork_exit (callout=0xc04d1480 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:796