On Fri, Jul 1, 2016 at 8:15 PM, Ben Pfaff <[email protected]> wrote:
> 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 <[email protected]> > > Acked-by: Ben Pfaff <[email protected]> > Thanks. Pushed to master. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
