From owner-freebsd-bugs Tue Jun 6 21:16:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA29964 for bugs-outgoing; Tue, 6 Jun 1995 21:16:07 -0700 Received: from utogw.gssm.otsuka.tsukuba.ac.jp (utogw.gssm.otsuka.tsukuba.ac.jp [192.50.17.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA29957 for ; Tue, 6 Jun 1995 21:15:54 -0700 From: ohki@gssm.otsuka.tsukuba.ac.jp Received: from smri01.gssm.otsuka.tsukuba.ac.jp (smri01 [192.50.17.160]) by utogw.gssm.otsuka.tsukuba.ac.jp (8.6.11/8.6.9) with ESMTP id NAA00251; Wed, 7 Jun 1995 13:14:48 +0900 Received: from localhost by smri01.gssm.otsuka.tsukuba.ac.jp (8.6.11/SMI-4.1) id NAA00442; Wed, 7 Jun 1995 13:14:46 +0900 Message-Id: <199506070414.NAA00442@smri01.gssm.otsuka.tsukuba.ac.jp> To: freebsd-bugs@FreeBSD.org Subject: 2.0.5-ALPHA crashes with 'panic: vm_object_deallocate: ...' Cc: ohki@gssm.otsuka.tsukuba.ac.jp Mime-Version: 1.0 Content-Type: text/plain;charset="US-ASCII" Date: Wed, 07 Jun 1995 13:14:45 +0900 Sender: bugs-owner@FreeBSD.org Precedence: bulk Dear folks I'm using 2.0.5-ALPHA on the following system. CPU: 80486 DX2/66MHz Memory: 16MB Peripherals: IDE 340MB internal hard disk SCSI 2GB external hard disk (via AHA-1542Cx ) elete 16 ether board This machine serves as a news server & a mail server, so, exports a partition which holds system mailbox. This machine tends to crash once a day or once an hour, so, I configured to make crash dump. From a crash dump, I obtained following backtrace. Reading symbol data from /h0/ohki/crash/kernel.0... (no debugging symbols found)...done. IdlePTD 1cc000 panic: vm_object_deallocate: object deallocated too many times current pcb at 1bce1c (kgdb) bt #0 0xf018ee90 in boot () #1 0xf0113683 in panic () #2 0xf0185a95 in vm_object_deallocate () #3 0xf015da59 in nfsrv_vrele () #4 0xf0153637 in nfsrv_link () #5 0xf015e613 in nfssvc_nfsd () #6 0xf015df1a in nfssvc () #7 0xf0193ef7 in syscall () (kgdb)