From owner-freebsd-stable@FreeBSD.ORG Tue Sep 15 06:21:36 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 653131065670 for ; Tue, 15 Sep 2009 06:21:36 +0000 (UTC) (envelope-from gphoto6@gmail.com) Received: from mail-yx0-f193.google.com (mail-yx0-f193.google.com [209.85.210.193]) by mx1.freebsd.org (Postfix) with ESMTP id 2698B8FC17 for ; Tue, 15 Sep 2009 06:21:35 +0000 (UTC) Received: by yxe31 with SMTP id 31so4887467yxe.29 for ; Mon, 14 Sep 2009 23:21:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=p314PAdLhQyWo10hALnVpati45rfVqAgvj6cEbkChAA=; b=IJcSO60u+9iyY4GpIN7X5eV0v8q2vmcJHxwjMzx3ThYnr4erjTiorDznjG4olrLNRA DZjedWnrGPlDI76h/uAIyvJHJNcJiVztB0O731w0hq2oEgqMRWoTaFAYqB6At+jYy4nQ OOMxoApynV2h3HWveq8ZFOrs+1/pDH1rtWdTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JJ2GIrWimF1/OIvadrVo25gO7BE8ZZ2WtSPpd8m/q1QlIrdC6OkfhTvI+9KUhcVYMC gtkoe0gzx3JEnl5fwUDUjLWmQEJyQNbRBSGsLhcH7oGUgV6HLkLkSHCqEBnhP2jL+Z0h 6H1IShWyVcNoucx0aEb/vm9JsOGgZKvwfMXjI= MIME-Version: 1.0 Received: by 10.100.82.7 with SMTP id f7mr7185702anb.30.1252993869774; Mon, 14 Sep 2009 22:51:09 -0700 (PDT) Date: Tue, 15 Sep 2009 13:51:09 +0800 Message-ID: <1f51039c0909142251l2155c733x929a6a9595bcff7f@mail.gmail.com> From: Tim Chen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: panic: UMA: page_free used with invalid flags 4 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, 15 Sep 2009 06:21:36 -0000 Hello, My server was using FreeBSD-7-Stable and performing a mail server. Software I used is postfix 2.6.3 and dovecot 1.2.4. The hardware is IBM blade server HS-21 CPU: dual Intel E5335 @ 2.00GHz MEM: 3G HD: onboard LSI RAID controller with 2 73G SAS HD. (mpt0: ) The system is very stable until last week. After csup the FreeBSD-7-STABLE source to around 2009/09/10, it will halt randomly around every several hours. The error message I saw on console was the following: panic: UMA: page_free used with invalid flags 4 cpuid = 0 Uptime: 3h1m14s Physical memory: 3064MB Dumping 1544MB: 1529 1513 1497.................... Reading freebsd-stable mailing shows there is some vm related modfication during the first week of Sep. (the panic: vm_phys_paddr_to_vm_page: paddr 0x series) So, I csup my src back to 2009/09/01, the problem disappeared, and system comes back with stable state. Today, I csup my src to latest 7-STABLE (2009/09/15) and problem comes again. It seems the problem is still there and not be solved yet. Would you please help to fix it? Thanks very much. Sincerely, Tim Chen