From owner-freebsd-questions@FreeBSD.ORG Sat Nov 23 16:53:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20F15788; Sat, 23 Nov 2013 16:53:45 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB7B20B6; Sat, 23 Nov 2013 16:53:44 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hm4so3859850wib.7 for ; Sat, 23 Nov 2013 08:53:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=foLpJ4oKuWbXFqfq0r5sj7Xenctkwd6KZb4TV17cdvY=; b=zbuuC7PL7WBh0T0rGUz6azNdHFuCbgyNOCpxamRWRaQj/0jui5s3eH8cEnaifBNQxR McDMB6/E1/++w+ZIAFVsptLc57xMfFZ1yRqs3j9a9LXUgL4ryIiYTEUROCMlOAX00HZ2 V+yQIuOUYivpQ0+t2nmuG8mIRgTQ6kc8KmOCgBUss7agQ8lkHTxNrxypkME4q1dKxE6Q IqSPQQM4I5iBBImeyBWXp6VRkkRJZfnYBVyjh6LHG06ewPHIgpXKkEqEEyZ8Ru7jwZP9 GsVdYMw5D6FvtRmwPSfEGKEx1tFpk4On/RX58mGeqiH8M5mZGNzwPracZSOz6hAWmCmG SQLw== MIME-Version: 1.0 X-Received: by 10.180.187.72 with SMTP id fq8mr7358249wic.26.1385225623081; Sat, 23 Nov 2013 08:53:43 -0800 (PST) Received: by 10.194.80.5 with HTTP; Sat, 23 Nov 2013 08:53:43 -0800 (PST) In-Reply-To: References: Date: Sat, 23 Nov 2013 18:53:43 +0200 Message-ID: Subject: Re: Restart of wireless service creates crash in system From: Juris Kaminskis To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 16:53:45 -0000 when i do this: kgdb /boot/kernel/kernel.symbols list *0xc0751582: 0xc0751582 is in ncl_nget (/usr/src/sys/fs/nfsclient/nfs_clnode.c:118). 113 M_NFSFH, M_WAITOK); 114 bcopy(fhp, &nfhp->nfh_fh[0], fhsize); 115 nfhp->nfh_len = fhsize; 116 error = vfs_hash_get(mntp, hash, lkflags, 117 td, &nvp, newnfs_vncmpf, nfhp); 118 FREE(nfhp, M_NFSFH); 119 if (error) 120 return (error); 121 if (nvp != NULL) { 122 *npp = VTONFS(nvp);