RE: 8.0-BETA3 reproducible panic under load

From: Li, Qing <qing.li_at_bluecoat.com>
Date: Thu, 27 Aug 2009 13:12:26 -0700
>
> Not sure if this is what you hit or not.  I once saw something
similar.
> The call to LLE_FREE() in ip_output doesn't expect NULL.  Adding
>    if (ro->ro_lle != NULL)
> just before the call to LLE_FREE() may fix your crashes.
> 

Actually, LLE_FREE() should not be called at all here because the 
"if (!nortfree)" block test applies to route entries that are not 
from the flow-table.  And if the route entry is not from the
flow-table, then the rt_lle field is invalid.

I will commit the fix.

Thanks,

-- Qing
Received on Thu Aug 27 2009 - 18:13:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC