Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-29 Thread Pedro Flynn
Hmmm... Where did you see the NULL value? I could not figure it out. (Yesterday I built a kernel with debugging symbols enabled and I will generate a new crash dump tonight. I hope this one will have much more information). Thanks, pflynn On Tue, Jan 28, 2014 at 9:54 PM, Adrian Chadd

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Adrian Chadd
Do you get a crashdump that you can feed into kgdb upon reboot? If not, would you mind enabling crashdumps? -a On 28 January 2014 02:57, Pedro Flynn pedro.fl...@gmail.com wrote: (sorry - this reply was sent only to Hiren. Here is it for the list) Hi Hiren, this is what I get immediately

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Pedro Flynn
Hi! I generated the crash dump and uploaded the image to a public folder on Google Drive. This is the link to the folder: https://drive.google.com/folderview?id=0B0sVwxI7RI7oc3R2bjVQR0pXWG8usp=sharing the image is xz compressed and the uncompressed size is 161 MB. I also put the uname -a output

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Adrian Chadd
Hi, Did it create a crash .txt file? If so, that's mostly enough to go on. Can you just attach that to a post to the mailing list? -a On 28 January 2014 13:26, Pedro Flynn pedro.fl...@gmail.com wrote: Hi! I generated the crash dump and uploaded the image to a public folder on Google

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Pedro Flynn
Hi Adrian. Yes. There is a core.txt.0 file. I uploaded it to the folder. Thanks! pflynn On Tue, Jan 28, 2014 at 8:23 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, Did it create a crash .txt file? If so, that's mostly enough to go on. Can you just attach that to a post to the mailing

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Adrian Chadd
Ok, fire up kgdb # kgdb /boot/kernel/kernel /var/crash/vmcore.0 then (gdb) list * (0x809b1163) (.. that's the instruction pointer at the time of the panic.) I bet it's iv_bss. -a ___ freebsd-wireless@freebsd.org mailing list

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Adrian Chadd
Right, frame 8 (the run beacon update) is passing a NULL mbuf into net80211. Why's it doing that. -a On 28 January 2014 15:02, Pedro Flynn pedro.fl...@gmail.com wrote: Here we go (this output is not beautiful...). Please, let me know if I missed something or if I did something wrong: bt

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Pedro Flynn
Just to bring to our attention frame 8: (kgdb) frame 8 #8 0x81a198bc in run_update_beacon (vap=0xf8000e8dd000, item=2) at /usr/src/sys/modules/usb/run/../../../dev/usb/wlan/if_run.c:3974 3974 ieee80211_beacon_update(vap-iv_bss, rvp-bo, rvp-beacon_mbuf, mcast); Current language:

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Pedro Flynn
You mean rvp-beacon_mbuf is null? Thanks, pflynn On Tue, Jan 28, 2014 at 9:06 PM, Pedro Flynn pedro.fl...@gmail.com wrote: Just to bring to our attention frame 8: (kgdb) frame 8 #8 0x81a198bc in run_update_beacon (vap=0xf8000e8dd000, item=2) at

Re: FreeBSD 10.0: hostapd crash with Ralink 3070

2014-01-28 Thread Adrian Chadd
Yup. Is it? Adrian On Jan 28, 2014 6:10 PM, Pedro Flynn pedro.fl...@gmail.com wrote: You mean rvp-beacon_mbuf is null? Thanks, pflynn On Tue, Jan 28, 2014 at 9:06 PM, Pedro Flynn pedro.fl...@gmail.comwrote: Just to bring to our attention frame 8: (kgdb) frame 8 #8