commit | d7d3292a587e7450855adbd714f98bf8f5e02d96 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Mon Dec 24 15:03:20 2012 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Mon Dec 24 15:03:20 2012 -0800 |
tree | 00ba05833d8248db3b86dcce7a43a3b21240e0f9 | |
parent | 7e1d5c54487356c0a1ef86f88f800a7d24d34283 [diff] |
DataPlanePort: fix race between thread start and kill A very short test could kill the port before the port's thread started running. The thread would overwrite self.running with True and thus never exit.