From owner-freebsd-stable@FreeBSD.ORG Mon Dec 7 10:42:42 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49F2F106568B for ; Mon, 7 Dec 2009 10:42:42 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 993738FC0A for ; Mon, 7 Dec 2009 10:42:41 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA29218 for ; Mon, 07 Dec 2009 12:42:39 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4B1CDC1F.2040900@icyb.net.ua> Date: Mon, 07 Dec 2009 12:42:39 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20091206) MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: panic: vm_page_alloc: cache page ... is missing from the free queue 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: Mon, 07 Dec 2009 10:42:42 -0000 This is 8-stable, amd64. The system paniced under moderately heavy load after 3 days of continuous package building. Unfortunately no dump. panic: vm_page_alloc: cache page 0xffffff00cabc6180 is missing from the free queue cpuid = 1 KDB: stack backtrace: db_trace_self_wrapper() at 0xffffffff801ad7f5 = db_trace_self_wrapper+0x2a kdb_backtrace() at 0xffffffff8037d3c4 = kdb_backtrace+0x32 panic() at 0xffffffff8034dd2d = panic+0x1b0 vm_page_alloc() at 0xffffffff804d22df = vm_page_alloc+0x18f vm_fault() at 0xffffffff804c2385 = vm_fault+0x7ae trap_pfault() at 0xffffffff804fe017 = trap_pfault+0x181 trap() at 0xffffffff804feae1 = trap+0x29c calltrap() at 0xffffffff804e5387 = calltrap+0x8 --- trap 0xc, rip = 0x8024ed032, rsp = 0x7fffffffdd60, rbp = 0x804e22100 --- Any ideas what this could be? How to investigate further? Is it likely to be a hardware issue? -- Andriy Gapon