From owner-freebsd-fs@FreeBSD.ORG Tue Oct 22 20:01:02 2013 Return-Path: Delivered-To: freebsd-fs@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 C99FAF3E; Tue, 22 Oct 2013 20:01:02 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 833EF23E1; Tue, 22 Oct 2013 20:01:02 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id u16so2699758iet.32 for ; Tue, 22 Oct 2013 13:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Vh4biNud3Ob8HSuN7e3AveiPwI3SoQUNfsmlxw/J224=; b=ubQNqOybeYlo6xc09d19B523JryrmfSBMgGtRHDTHOPqQZCcXXstXkt4ZpgfqSHQT0 9OCPN2TSvnyszC1wRvfoNZ964pUPeCu6TQMrvpTpQHAmz+0iCoGfJZNwHiK9fNt2PTzq dzJaJ8r4ALH/+qTpoLfbJ7Hdh7xRiGV0Zt/cwUAzq92sk7QukJut7FFMGAkxUhpgYkev zyonzL/VEyiN6aSfXuc9ZqzEJcCKbkGGRebg3Bz+G+iT5dnogYCAv5TN8TK9OuDqtqYc eBodlmn1FZugr6gMmE2Mv5fp9Gqvm+2KP4hVvO4QhBNO0H8yLzVtrqGiVjeAdcLCewiS 9xxw== MIME-Version: 1.0 X-Received: by 10.42.126.18 with SMTP id c18mr2545737ics.46.1382472061355; Tue, 22 Oct 2013 13:01:01 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.43.180.131 with HTTP; Tue, 22 Oct 2013 13:01:01 -0700 (PDT) In-Reply-To: <20131022173557.GB5208@kib.kiev.ua> References: <20131015164537.GH3865@kib.kiev.ua> <525D7784.5000808@rice.edu> <20131016060010.GO3865@kib.kiev.ua> <20131017070949.GA3865@kib.kiev.ua> <5266B0E9.3040206@FreeBSD.org> <20131022173557.GB5208@kib.kiev.ua> Date: Tue, 22 Oct 2013 16:01:01 -0400 X-Google-Sender-Auth: wFNG_kPwDp5FPgTAdZ5DN4HOecg Message-ID: Subject: Re: 9.2 + ZFS + i386 = panic: pmap_enter: attempted pmap_enter on 4MB page From: J David To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-fs@freebsd.org" , alc@freebsd.org, Andriy Gapon , Alan Cox X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 20:01:02 -0000 On Tue, Oct 22, 2013 at 1:35 PM, Konstantin Belousov wrote: > One thing that catched my eye initially are very strange pointers in the > backtrace, like 'zio=0x883ca8b8'. The standard i386 address space map > splits user/kernel mode at 3GB, so 0x883ca8b8 is definitely usermode, > unless non-standard kernel config is used. The current kernel config for that machine is: options SW_WATCHDOG options KVA_PAGES=512 nodevice plip options DDB options BREAK_TO_DEBUGGER options INVARIANTS options INVARIANT_SUPPORT options WITNESS options DEBUG_LOCKS options DEBUG_VFS_LOCKS options DIAGNOSTIC It has been tried with and without KVA_PAGES=512. Doesn't seem to make a difference from a crashing-all-the-time standpoint. > This is why I asked for the gdb backtrace. That *was* a kgdb backtrace. Is there something else needed? Thanks!