Date: Sat, 14 Feb 1998 22:29:56 -0500 (EST) From: "John S. Dyson" <toor@dyson.iquest.net> To: hasty@rah.star-gate.com (Amancio Hasty) Cc: current@FreeBSD.ORG Subject: Re: current is panicky with... Message-ID: <199802150329.WAA04018@dyson.iquest.net> In-Reply-To: <199802150057.QAA13127@rah.star-gate.com> from Amancio Hasty at "Feb 14, 98 04:57:09 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Amancio Hasty said: > > During "heavy" i/o I am getting this panic , anyone has a clue as to > why. This started happening as of yesterday, prior to that I didn't > have any problems with compiling a kernel with -g. > Just a guess, try the following patch (vm/vm_pager.c): Index: vm_pager.c =================================================================== RCS file: /local/home/ncvs/src/sys/vm/vm_pager.c,v retrieving revision 1.34 diff -C2 -r1.34 vm_pager.c *** vm_pager.c 1998/02/06 12:14:29 1.34 --- vm_pager.c 1998/02/15 03:28:28 *************** *** 264,267 **** --- 264,268 ---- bp->b_kvasize = MAXPHYS; bp->b_vnbufs.le_next = NOLIST; + bp->b_dep = NULL; } John dyson@freebsd.org jdyson@nc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802150329.WAA04018>