From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 22:51:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CA71065679 for ; Thu, 18 Aug 2011 22:51:06 +0000 (UTC) (envelope-from clinton.adams@gmail.com) Received: from mail-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by mx1.freebsd.org (Postfix) with ESMTP id B94738FC17 for ; Thu, 18 Aug 2011 22:51:05 +0000 (UTC) Received: by eye4 with SMTP id 4so1399840eye.31 for ; Thu, 18 Aug 2011 15:51:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=dej9I3GLYcaeIzeCfqB3Ygkq9C9LHXyEfKksuUzsbuk=; b=f0w8fZjhrN3lv6+6AAcecRshrkYDcXrBhGs8iVmFtMaFcJAXShNox2CC7cp9BOY36R IdHhYWWPX1n9DWTkAYMWmz+oZXHDgxjLReh6n2xAP8ATSYSjblbRfW8oOT5TF9PNxwIY M72zPWK7TwiAVUANqUVHceE02jLuP9aGwNF6o= MIME-Version: 1.0 Received: by 10.14.44.16 with SMTP id m16mr471905eeb.114.1313706311293; Thu, 18 Aug 2011 15:25:11 -0700 (PDT) Received: by 10.14.37.131 with HTTP; Thu, 18 Aug 2011 15:25:11 -0700 (PDT) Date: Thu, 18 Aug 2011 15:25:11 -0700 Message-ID: From: Clinton Adams To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: kernel panics involving NFS+RPCSEC_GSS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2011 22:51:06 -0000 Hello, Kernel panics if clients hit the nfs server sufficiently hard - happens repeatedly with 13 clients logging in at the same approximate time, using nfsv4 mounted homes. server is running freebsd 8.2-RELEASE-p2. clients are linux 2.6.38-10 Running a memtest on the server now to rule out bad mem. The server has been used for samba, and it's only with the attempted switch to nfs that this problem has appeared. Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xffffff80007bd260 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80e20939 stack pointer = 0x28:0xffffff80732baaa0 frame pointer = 0x28:0xffffff80732bab80 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (wpi0 taskq) trap number = 12 panic: page fault cpuid = 0 Uptime: 12m21s Physical memory: 4002 MB #0 doadump () at pcpu.h:223 223 __asm __volatile("movq %%gs:0,%0" : "=r" (td)); (kgdb) list *0xffffffff80e20939 0xffffffff80e20939 is in wpi_newstate (/usr/src/sys/modules/wpi/../../dev/wpi/if_wpi.c:2453). 2448 device_printf(sc->sc_dev, "could not configure\n"); 2449 return error; 2450 } 2451 2452 /* configuration has changed, set Tx power accordingly */ 2453 if ((error = wpi_set_txpower(sc, ni->ni_chan, 1)) != 0) { 2454 device_printf(sc->sc_dev, "could not set Tx power\n"); 2455 return error; 2456 } 2457 (kgdb) backtrace #0 doadump () at pcpu.h:223 #1 0xffffffff8056f9c0 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:416 #2 0xffffffff8056fe2d in panic (fmt=0xffffffff80917ba4 "%s") at /usr/src/sys/kern/kern_shutdown.c:579 #3 0xffffffff80842c20 in trap_fatal (frame=0xffffff0002a80740, eva=Variable "eva" is not available. ) at /usr/src/sys/amd64/amd64/trap.c:857 #4 0xffffffff80842fcc in trap_pfault (frame=0xffffff80732ba9f0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:773 #5 0xffffffff80843618 in trap (frame=0xffffff80732ba9f0) at /usr/src/sys/amd64/amd64/trap.c:499 #6 0xffffffff8082a6d3 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:224 #7 0xffffffff80e20939 in wpi_newstate (vap=0xffffff0005aca000, nstate=IEEE80211_S_AUTH, arg=192) at /usr/src/sys/modules/wpi/../../dev/wpi/if_wpi.c:2482 #8 0xffffffff806517dc in ieee80211_newstate_cb (xvap=Variable "xvap" is not available. ) at /usr/src/sys/net80211/ieee80211_proto.c:1654 #9 0xffffffff805a9ded in taskqueue_run (queue=0xffffff000314cd00) at /usr/src/sys/kern/subr_taskqueue.c:239 #10 0xffffffff805aa052 in taskqueue_thread_loop (arg=Variable "arg" is not available. ) at /usr/src/sys/kern/subr_taskqueue.c:360 #11 0xffffffff80548e4d in fork_exit (callout=0xffffffff805aa00c , arg=0xffffff80003ab0b8, frame=0xffffff80732bac80) at /usr/src/sys/kern/kern_fork.c:843 #12 0xffffffff8082abae in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:561 #13 0x0000000000000000 in ?? () #14 0x0000000000000000 in ?? () #15 0x0000000000000000 in ?? () #16 0x0000000000000000 in ?? () #17 0x0000000000000000 in ?? () #18 0x0000000000000000 in ?? () #19 0x0000000000000000 in ?? () #20 0x0000000000000000 in ?? () #21 0x0000000000000000 in ?? () #22 0x0000000000000000 in ?? () #23 0x0000000000000000 in ?? () #24 0x0000000000000000 in ?? () #25 0x0000000000000000 in ?? () #26 0x0000000000000000 in ?? () #27 0x0000000000000000 in ?? () #28 0x0000000000000000 in ?? () #29 0x0000000000000000 in ?? () #30 0x0000000000000000 in ?? () #31 0x0000000000000000 in ?? () #32 0x0000000000000000 in ?? () #33 0x0000000000000000 in ?? () #34 0x0000000000000000 in ?? () #35 0x0000000000000000 in ?? () #36 0x0000000000000000 in ?? () #37 0x0000000001c71000 in ?? () #38 0x0000000000000000 in ?? () #39 0x0000000000000000 in ?? () #40 0xffffff000239ee40 in ?? () #41 0xffffff0003901000 in ?? () #42 0xffffff80732ba140 in ?? () #43 0xffffff80732ba0f8 in ?? () #44 0xffffff0002a80740 in ?? () #45 0xffffffff80592283 in sched_switch (td=0xffffff80003ab0b8, newtd=0xffffffff805aa00c, flags=Variable "flags" is not available. ) at /usr/src/sys/kern/sched_ule.c:1844 Previous frame inner to this frame (corrupt stack?)