Re: [libvirt] [PATCH] tests: fix segault in objecteventtest

2016-08-24 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 24.08.2016 12:55, Roman Bogorodskiy wrote: > > Test 12 from objecteventtest (createXML add event) segaults on FreeBSD > > with bus error. > > > > At some point it calls testNodeDeviceDestroy() from the test driver. And > > it fails when it tries to unlock the

Re: [libvirt] [PATCH] tests: fix segault in objecteventtest

2016-08-24 Thread Michal Privoznik
On 24.08.2016 12:55, Roman Bogorodskiy wrote: > Test 12 from objecteventtest (createXML add event) segaults on FreeBSD > with bus error. > > At some point it calls testNodeDeviceDestroy() from the test driver. And > it fails when it tries to unlock the device in the "out:" label of this >

[libvirt] [PATCH] tests: fix segault in objecteventtest

2016-08-24 Thread Roman Bogorodskiy
Test 12 from objecteventtest (createXML add event) segaults on FreeBSD with bus error. At some point it calls testNodeDeviceDestroy() from the test driver. And it fails when it tries to unlock the device in the "out:" label of this function. Unlocking fails because the previous step was a call