On Fri, Aug 02, 2013 at 03:47:45PM -0700, Alex Wang wrote: > Commit a5fb0e29a9c56 (vlog: Use async I/O.) invokes the function > async_append_enable() in bridge_run(). This may cause the abortion > of ovs-vswitchd since async_append_enable() must be invoked while > single-threaded. And it is possible that system-state.c spawns a > thread before the invocation. > > This commit fixes the bug by invoking async_append_enable() in > bridge_init(). > > Reported-by: Shih-Hao Li <shi...@nicira.com> > Signed-off-by: Alex Wang <al...@nicira.com>
I agree that this fixes the problem, but it doesn't solve it the way I'd prefer. I'll write up an alternative patch for consideration. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev