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 <gshe...@nicira.com>
Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev