diff options
author | Michael Qiu <qdy220091330@gmail.com> | 2016-07-08 15:28:41 +0800 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-07-29 13:01:38 +0000 |
commit | c11ce3ee2552c363879082ed8cff048d87389eb9 (patch) | |
tree | 37cec54a4daabf65fd32e16514213c8db74792b3 /plugins/sixrd-plugin | |
parent | 2828efcfb96be56f0ef894e2df1e309670a2283a (diff) |
plugins/vcgn-plugin: Fix vpp hang with pthread spinlock
Currently, pthread spinlock is initialized in macro ASSERT, thus
the spinlock only will be initialized when CLIB_ASSERT_ENABLE is true.
But CLIB_ASSERT_ENABLE depends on CLIB_DEBUG been set.
Mostly, CLIB_DEBUG is zero, so spinlock will never been initialized,
which will lead vpp hang when try to hold the lock.
This patch fix this issue.
Change-Id: If01982b5df849834ccbc705f8e9291f2b6c32d0a
Signed-off-by: Michael Qiu <qiudayu@chinac.com>
Diffstat (limited to 'plugins/sixrd-plugin')
0 files changed, 0 insertions, 0 deletions