From owner-freebsd-stable@FreeBSD.ORG Tue Mar 8 10:54:33 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B5E106564A for ; Tue, 8 Mar 2011 10:54:33 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.ip6.digiware.nl [IPv6:2001:4cb8:1:106::2]) by mx1.freebsd.org (Postfix) with ESMTP id BC0EC8FC16 for ; Tue, 8 Mar 2011 10:54:32 +0000 (UTC) Received: from rack1.digiware.nl (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 2972F153434 for ; Tue, 8 Mar 2011 11:54:31 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2E5nrIT8yT0J for ; Tue, 8 Mar 2011 11:54:29 +0100 (CET) Received: from [IPv6:2001:4cb8:3:1:1c1d:9f4:7c9:d3b7] (unknown [IPv6:2001:4cb8:3:1:1c1d:9f4:7c9:d3b7]) by mail.digiware.nl (Postfix) with ESMTP id 12DBB153433 for ; Tue, 8 Mar 2011 11:54:29 +0100 (CET) Message-ID: <4D760AEC.7050604@digiware.nl> Date: Tue, 08 Mar 2011 11:54:36 +0100 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: panic on vm_page_cache_transfer: object 0xfffffff0035508000's type is not compatible with cache pages 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: Tue, 08 Mar 2011 10:54:33 -0000 System: FreeBSD zfs.digiware.nl 8.2-STABLE FreeBSD 8.2-STABLE #1: Sat Feb 26 06:28:43 CET 2011 root@zfs.digiware.nl:/usr/obj/usr/src/src8/src/sys/ZFS amd64 Don't have a serial console, so I wrote down the traceback. But my guess is that that is not enough, however I needed the system so I rebooted. tb: vm_object_split at .... +0x125 vm_space_fork at .... +0x3f7 fork1 at .... +0x6a9 fork at .... +0xee syscall_entr at .... +1c syscall at .... +4c rip = 0x8006bc39c rsp = 0x7fffffffe9d8 rbp = 0x800a04470 It looks a lot like what I find on http://people.freebsd.org/~pho/stress/log/kostik079.html But my system is amd64, with 8Gb RAM and is fully ZFS based with swap on 2 gpt freebsd-swap partitions. System crashed last night around 1:30, which is when a few large rsync backups are coming in. Would I be able to call doadump to obtain something usefull afterward (provided I have savecore set?) --WjW