On Tue, Apr 22, 2014 at 02:15:12PM -0700, Gurucharan Shetty wrote:
> Currently, we are calling guarded_list_destroy()
> to destroy a mutex and then go ahead and use it through
> delete_group
>  ->delete_group__
>    ->handle_flow_mod__
>     ->run_rule_executes
>      ->guarded_list_pop_all
> 
> The group related unit tests cause ovs-vswitchd to crash
> because of this (on windows).
> 
> Calling guarded_list_destroy() after delete_group() solves the
> problem.
> 
> Signed-off-by: Gurucharan Shetty <[email protected]>

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to