
21 May
2014
21 May
'14
11:06 a.m.
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