From owner-freebsd-ppc@FreeBSD.ORG Sun Sep 8 01:09:11 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9843149; Sun, 8 Sep 2013 01:09:11 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2132E9A; Sun, 8 Sep 2013 01:09:10 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id mx12so1775810bkb.6 for ; Sat, 07 Sep 2013 18:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=r3yiAab7ZgqvoURdIfl5tm0rUbvosXdZbpv/2BQVKok=; b=Urmyqb6z0QGDrYTp0MmJdCL0fQVZ70jBvFi6mexqPxlFEkqMLM7+Zto3OM0lWBqmb4 F43osHqh4DkebksCYzHnE7qPV+MW1yaW2LW26nqQj/VvUlpTTNkKDamvzDjwLqnxCdkt v/dL5yy9rH63eu7utpCao8oLhvqYlfjnZbdbW4oOaVrPAg6Ojv4TJFIxf/9Sc0jGI26p b0TQHYfR4syyI3xIZhlpi8lCQSm/x+nE02uQ59uFJI8krTsvM4CP/EFLn/XhMoiZ48/D mOZDTseehsO9oWC1tAS9tiTm7GupRRVuMq46FgvRfkM3Qm/YvidkrzNdQsqLYUCfpZVw Hn0A== MIME-Version: 1.0 X-Received: by 10.204.123.199 with SMTP id q7mr8768728bkr.10.1378602549328; Sat, 07 Sep 2013 18:09:09 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.205.13.199 with HTTP; Sat, 7 Sep 2013 18:09:09 -0700 (PDT) Date: Sat, 7 Sep 2013 18:09:09 -0700 X-Google-Sender-Auth: -IKAn4hTz6kaSky5oN-wU7cK3eA Message-ID: Subject: Kernel panic during page-out From: Justin Hibbits To: FreeBSD PowerPC ML , Nathan Whitehorn Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 01:09:11 -0000 I'm seeing a kernel panic on my G5, I think when it tries to page out to swap, with the message: Lock vm object not exclusively locked @ .../aim/mmu_oea64.c:1529 backtrace: .kdb_backtrace+0x5c .vpanic+0x13c .panic+0x38 .__rw_assert+0x184 .moea64_is_modified+0x54 .moea64_remove_all+0x78 .vm_pageout_object_deactivate_pages+0x2e4 .vm_daemon+0x358 .fork_exit+0xdc .fork_trampoline+0x10 This machine has 12GiB RAM, running r254922. - Justin