Restart of wireless service creates crash in system
Adrian Chadd
adrian at freebsd.org
Sun Nov 24 05:02:51 UTC 2013
Hi,
Ok, can you post the backtrace given in the .txt file?
I'd like to see what path the kernel took before it landed here.
Thanks!
-a
On 23 November 2013 12:54, Juris Kaminskis <juris.kaminskis at gmail.com> wrote:
> I just realised that of course your initial request is out of date, due to
> fact that I have rebuilt kernel since my initial error I posted. I am able
> to repeat the error just by typing service netif restart and then I got new
> instruction pointer.
>
> And this is the result of the code I get:
>
> (kgdb) list *0xc091ee26
> 0xc091ee26 is in node_getrssi (/usr/src/sys/net80211/ieee80211_node.c:1068).
> 1063 }
> 1064
> 1065 static int8_t
> 1066 node_getrssi(const struct ieee80211_node *ni)
> 1067 {
> 1068 uint32_t avgrssi = ni->ni_avgrssi;
> 1069 int32_t rssi;
> 1070
> 1071 if (avgrssi == IEEE80211_RSSI_DUMMY_MARKER)
> 1072 return 0;
>
More information about the freebsd-questions
mailing list