From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 29 13:33:00 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C085610656A3; Sun, 29 Aug 2010 13:33:00 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2FCB8FC1A; Sun, 29 Aug 2010 13:33:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7TDX0e5054838; Sun, 29 Aug 2010 13:33:00 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7TDX0GM054834; Sun, 29 Aug 2010 13:33:00 GMT (envelope-from vwe) Date: Sun, 29 Aug 2010 13:33:00 GMT Message-Id: <201008291333.o7TDX0GM054834@freefall.freebsd.org> To: universite@ukr.net, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: kern/149948: [panic] when starting net/ladvd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 13:33:00 -0000 Old Synopsis: Panic when starting ladvd New Synopsis: [panic] when starting net/ladvd State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Sun Aug 29 13:26:03 UTC 2010 State-Changed-Why: Vladislav, w/o a backtrace or any other information, it's quite hard to tell where the problem might come from. Your screenshot suggests, there's a NULL pointer causing the trouble. Can you please try at first the following command and post us it's output: addr2line -e /boot/kernel/kernel.symbols 0xffffffff806aa114 If your kernel config is near GENERIC, the problem might be in sys/net80211/ieee80211_node.c:2328 Having a backtrace would make things simpler. If you're brave enough, you may try to get the kernel dump onto a usb thumb drive (I'm using this for embedded machines, where I don't have the space to store dumps). It works find, just take a look at dumpon(8). If you got a dump, please use the kernel debugger to get the backtrace. http://www.freebsd.org/cgi/query-pr.cgi?pr=149948