FreeBSD 9 as PPPoE BRAS(mpd 5.7) kernel panic

Julian Elischer julian at freebsd.org
Mon Jun 23 04:42:47 UTC 2014


On 6/23/14, 7:16 AM, Paweł Tyll wrote:
> Hello Adrian,
>
> Sunday, June 22, 2014, 8:14:22 PM, you wrote:
>> They're NULL pointer derferences, so it's likely a race condition with
>> some other thread destroying something and setting the pointer value
>> to NULL somewhere.
>> I thought this was a reasonably well known problem? Was it ever fixed
>> in 10/head?
> It  probably  wasn't, since I had similar issues on 10-STABLE r266523.
> It's  caused  (most  often)  by  packet returning from traffic shaping
> queues, when in the meantime ng interface got destroyed by mpd. That's
> why the sleep hack works; mpd destroys interface 1s later that usual.
>
> Curious  though,  that  hostelnet uses ng_car for traffic shaping, yet
> things  still panic, even though whole ordeal happens inside netgraph.
>
> Lots of entry-points for a fix :)

probably means we need to look at a netgraph framework based fix.

>
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
>



More information about the freebsd-net mailing list