From owner-freebsd-stable@FreeBSD.ORG Sat Jun 3 13:10:14 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F8916A47A for ; Sat, 3 Jun 2006 13:10:14 +0000 (UTC) (envelope-from vladgalu@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE89643D48 for ; Sat, 3 Jun 2006 13:10:13 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by wr-out-0506.google.com with SMTP id i20so697415wra for ; Sat, 03 Jun 2006 06:10:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UnQBlE8Ldfvkb+kA/SJZswfgDiRcjcgoMqncj8+cPqByKpmVVI0rHwWK++5bEMJYqcwgUS8Y3Ea1H3L70cKMhNKyP2qSnv5pZgKITquWQWTTuX+wglUplWwm6LRAeaRn9snLC2Mea2EHk434OapPtQ522uqinPBcPMWbQ876DF0= Received: by 10.54.103.3 with SMTP id a3mr280451wrc; Sat, 03 Jun 2006 06:10:01 -0700 (PDT) Received: by 10.54.128.12 with HTTP; Sat, 3 Jun 2006 06:10:13 -0700 (PDT) Message-ID: <79722fad0606030610va50626akc0116ccbb779e5ee@mail.gmail.com> Date: Sat, 3 Jun 2006 16:10:13 +0300 From: "Vlad GALU" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 6.1-stable crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 13:10:14 -0000 UP FreeBSD 6.1-STABLE #0: Fri Jun 2 13:44:52 EEST 2006 -- cut here -- (kgdb) bt full #0 doadump () at pcpu.h:165 No locals. #1 0xc0579530 in boot (howto=260) at ../../../kern/kern_shutdown.c:409 first_buf_printf = 1 #2 0xc0579ac3 in panic ( fmt=0xc0744d44 "vm_page_unwire: invalid wire count: %d") at ../../../kern/kern_shutdown.c:565 bootopt = 260 newpanic = 0 buf = "vm_page_unwire: invalid wire count: 0", '\0' #3 0xc06bb500 in vm_page_unwire (m=0xc23cdb10, activate=0) at ../../../vm/vm_page.c:1197 No locals. #4 0xc05cb6a5 in vfs_vmio_release (bp=0xda46f2a8) at ../../../kern/vfs_bio.c:1470 i = 3 m = 0xc23cdb10 #5 0xc05cee39 in getnewbuf (slpflag=0, slptimeo=0, size=16384, maxsize=16384) at ../../../kern/vfs_bio.c:1779 addr = 3662464192 bp = (struct buf *) 0xda46f2a8 nbp = (struct buf *) 0xda527818 defrag = 0 nqindex = 1 flushingbufs = 0 #6 0xc05cf23e in getblk (vp=0xca7badd0, blkno=4605, size=16384, slpflag=0, slptimeo=0, flags=0) at ../../../kern/vfs_bio.c:2486 bsize = 16384 maxsize = 0 vmio = 1 offset = 75448320 bp = (struct buf *) 0x4000 bo = (struct bufobj *) 0xca7bae90 #7 0xc06763f6 in ffs_balloc_ufs2 (vp=0xca7badd0, startoffset=Unhandled dwarf expression opcode 0x93 ) at ../../../ufs/ffs/ffs_balloc.c:817 ip = (struct inode *) 0xcc3fdbdc dp = (struct ufs2_dinode *) 0xcbead900 lbn = 4605 lastlbn = 223214 fs = (struct fs *) 0xc7b86000 bp = (struct buf *) 0xda4cc4c0 nbp = (struct buf *) 0x7 ump = (struct ufsmount *) 0xc7a7bc00 indirs = {{in_lbn = -2061, in_off = 1, in_exists = 0}, { in_lbn = -2061, in_off = 1, in_exists = 0}, {in_lbn = -4108, in_off = 497, in_exists = 0}, {in_lbn = -4294967295, in_off = 1, in_exists = 0}, { in_lbn = 4294965235, in_off = 0, in_exists = -968598912}} nb = Unhandled dwarf expression opcode 0x93 (kgdb) -- and here -- -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.