Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2010 13:33:00 GMT
From:      vwe@FreeBSD.org
To:        universite@ukr.net, vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/149948: [panic] when starting net/ladvd
Message-ID:  <201008291333.o7TDX0GM054834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008291333.o7TDX0GM054834>