On 21.05.2014 11:40, Marcin Gibuła wrote:
I think deadlock is between thread 2:
1. learnIPAddressThread - virNWFilterLockIface(req->ifname)
2. virNWFilterInstantiateFilterLate - virMutexLock(&updateMutex);
and thread 10:
1. virNWFilterTeardownFilter - virMutexLock(&updateMutex)
2. _virNWFilterTeardownFilter - virNWFilterLockIface(ifname)
But I don't know call chains well enough to fix it... any ideas?
--
mg