Date: Sun, 29 Aug 2010 18:29:15 +0300 From: "Vladislav V. Prodan" <universite@ukr.net> To: vwe@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/149948: [panic] when starting net/ladvd Message-ID: <4C7A7CCB.1090009@ukr.net> In-Reply-To: <201008291333.o7TDX0GM054834@freefall.freebsd.org> References: <201008291333.o7TDX0GM054834@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I provoked a kernel panic on another machine. panic: page fault GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Cannot access memory at address 0xffffff019dffffe0 (kgdb) #0 0x0000000000000000 in ?? () Cannot access memory at address 0x0 (kgdb) 29.08.2010 16:33, vwe@FreeBSD.org wrote: > 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?4C7A7CCB.1090009>