[ovs-dev] [PATCH] lib: Remove extra API dependency for ovs_thread_create()

Ben Pfaff blp at ovn.org
Sat Jul 2 03:15:03 UTC 2016


On Fri, Jun 17, 2016 at 04:25:32PM -0700, Andy Zhou wrote:
> When calling ovs_thread_create() without calling fatal_signal_init()
> first, ovs_thread_create() some times asserts. This dependency is
> subtle and not very obvious.
> 
> The root cause seems to be that, within ovs_thread_create(), the
> multi-threaded state is declared before all initializations are done.
> 
> Signed-off-by: Andy Zhou <azhou at ovn.org>

Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list