Re: [libvirt] [PATCH v2] tests: fix segfault in objecteventtest

2016-08-29 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 25.08.2016 07:50, 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 v2] tests: fix segfault in objecteventtest

2016-08-29 Thread Michal Privoznik
On 25.08.2016 07:50, 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 v2] tests: fix segfault 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