Date: Sat, 23 Nov 2013 22:54:09 +0200 From: Juris Kaminskis <juris.kaminskis@gmail.com> To: Adrian Chadd <adrian@freebsd.org> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Restart of wireless service creates crash in system Message-ID: <CAKJAkztnLyKoeGxjt%2Bxr5-uu6KALt2MdbKi9RgMEaQb8khqtXA@mail.gmail.com> In-Reply-To: <CAKJAkzvpyUDt4WJgejKSFS0KNXEf9Ob4cnL3ksqaf17hfKSk6g@mail.gmail.com> References: <CAKJAkzum_tRTg5eHCXRxEBrcuMGsv2TaS5tJToxbr4Qr20heuQ@mail.gmail.com> <CAKJAkzvn6tS7rNbAn6AMf8MikioaMSJfYJzYQjvv%2BFEeTYHW-Q@mail.gmail.com> <CAJ-Vmonz5uW3UvbFYEUHpnXYGtE1ZWifqRqHaXk9gftZf-eJTg@mail.gmail.com> <CAKJAkzvpyUDt4WJgejKSFS0KNXEf9Ob4cnL3ksqaf17hfKSk6g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKJAkztnLyKoeGxjt%2Bxr5-uu6KALt2MdbKi9RgMEaQb8khqtXA>