On 7/3/24 14:44, Tim Wiederhake wrote:
This is just to demonstrate that libvirt currently exhibits
undefined
behavior due to pthread mutex misuse. With this patch applied, several
libvirt tests fail due to the triggered `abort()` calls:
* cputest
* qemuagenttest
* qemucapabilitiestest
* qemumigparamstest
* qemuhotplugtest
* qemumonitorjsontest
* qemusecuritytest
* qemuxmlconftest
IIUC, the problem is just in tests, not libvirt code itself.
Signed-off-by: Tim Wiederhake <twiederh(a)redhat.com>
---
src/util/virthread.c | 3 +++
1 file changed, 3 insertions(+)
Michal