
4 Jul
2024
4 Jul
'24
2:48 a.m.
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@redhat.com> --- src/util/virthread.c | 3 +++ 1 file changed, 3 insertions(+)
Michal