From owner-freebsd-hackers Sat Nov 16 09:20:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08572 for hackers-outgoing; Sat, 16 Nov 1996 09:20:41 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA08549 for ; Sat, 16 Nov 1996 09:20:37 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA11229; Sat, 16 Nov 1996 12:20:06 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Sat, 16 Nov 1996 12:20 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.7.5/8.7.3) with ESMTP id HAA11177; Sat, 16 Nov 1996 07:57:11 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.7.5/8.6.9) id HAA26617; Sat, 16 Nov 1996 07:58:47 -0500 (EST) Date: Sat, 16 Nov 1996 07:58:47 -0500 (EST) From: Thomas David Rivers Message-Id: <199611161258.HAA26617@lakes.water.net> To: ponds!root.com!dg, ponds!freefall.freebsd.org!freebsd-hackers, ponds!lambert.org!terry Subject: Re: Another possible explanation about my daily panics... Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Well - I guess my theory about the modulus operation and turning on the "is allocated" bit in ffs_valloc.c didn't work out. I got one of my typical panics (at 1:15am this time).. - Dave Rivers - --------------------------------------------------------------------- Script started on Sat Nov 16 07:54:16 1996 [ponds.water.net]$ gdb -k kernel.10 vmcore.10 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc...(no debugging symbols found)... IdlePTD 1e4000 current pcb at 1d5484 panic: ffs_valloc: dup alloc #0 0xf0193d7b in boot () (kgdb) where #0 0xf0193d7b in boot () #1 0xf0112b83 in panic () #2 0xf01751f3 in ffs_valloc () #3 0xf0181486 in ufs_makeinode () #4 0xf017ee45 in ufs_create () #5 0xf012cc07 in vn_open () #6 0xf012a43f in open () #7 0xf019c0f6 in syscall () #8 0xf01915bb in Xsyscall () #9 0x33c0 in ?? () #10 0x32cd in ?? () #11 0x327d in ?? () #12 0x31d7 in ?? () #13 0x2f7b in ?? () #14 0x2e76 in ?? () #15 0x3b87 in ?? () #16 0x4854 in ?? () #17 0x474e in ?? () #18 0x467a in ?? () #19 0x1ffe in ?? () #20 0x1e6b in ?? () #21 0x1d21 in ?? () #22 0x16a7 in ?? () #23 0x10d3 in ?? () (kgdb) [ponds.water.net]$ ^D Script done on Sat Nov 16 07:54:38 1996