From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 15:53:43 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07B65106566C for ; Fri, 21 Oct 2011 15:53:43 +0000 (UTC) (envelope-from bsdboot@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id BA8928FC12 for ; Fri, 21 Oct 2011 15:53:42 +0000 (UTC) Received: by qadz32 with SMTP id z32so1985023qad.13 for ; Fri, 21 Oct 2011 08:53:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=kCC69BCAu/bS6aI/IL0EDFt5jzE6yKt3OZbUdSfGAmo=; b=KsVvMsfFljZ8ZBq/KoOqWlktpOj2+Ir3rqqkgEcHtJ53EHLQB52AGzwka9wL8Vbvnr eKbDN+An7lhYM/CTAeopjgVQh6hguIfdN2BPBtG1tFlrsvNaz4WNzP5s54a3AnN95ioF w6GKV+ubJqjWdquqaPU+gSQDuPlQIvX0uBK4I= MIME-Version: 1.0 Received: by 10.229.61.69 with SMTP id s5mr3235006qch.232.1319210727197; Fri, 21 Oct 2011 08:25:27 -0700 (PDT) Received: by 10.229.144.211 with HTTP; Fri, 21 Oct 2011 08:25:27 -0700 (PDT) Date: Fri, 21 Oct 2011 20:55:27 +0530 Message-ID: From: Penta Upa To: freebsd-current@freebsd.org Content-Type: multipart/mixed; boundary=0016e6509fd8c74ab104afd0aefd X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: panic at vm_page_wire with FreeBSD 9.0 Beta 3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 21 Oct 2011 15:53:43 -0000 --0016e6509fd8c74ab104afd0aefd Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm facing a kernel panic at vm_page_wire(). Page is locked with vm_page_lock() yet i get the following panic panic: mutex page lock not owned at /usr/src/sys/vm/vm_page:1845 Code sequence is as below vm_page_lock(pp); vm_page_lock_assert(pp, MA_OWNED); /* No panic here */ vm_page_wire(pp); /* Panic here for the same assertion as above, strange */ vm_page_unlock(pp); Kernel on the system is unchanged after install. The only thing which occurred out the way was that the first time install failed for checksum mismatch for src.txz. Also there were some SCSI errors/warnings with the CD drive during install. So the next time, i only installed the base and kernel and later unpacked src.txz under /usr/src . Could this lead to any issues ? Attached is a test module (vmtest) and the makefile used. Uname output from the system is FreeBSD scache 9.0-BETA3 FreeBSD 9.0-BETA3 #0: Sat Sep 24 21:31:28 UTC 2011 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Is there anything i'm doing wrong here ? Kindly help. Regards, Penta --0016e6509fd8c74ab104afd0aefd Content-Type: application/octet-stream; name=Makefile Content-Disposition: attachment; filename=Makefile Content-Transfer-Encoding: base64 X-Attachment-Id: f_gu1brh541 S01PRCAgICA9ICB2bXRlc3QKClNSQ1MgICAgPSAgdm10ZXN0LmMKCi5pbmNsdWRlIDxic2Qua21v ZC5taz4K --0016e6509fd8c74ab104afd0aefd--