Comment 10 for bug 1935617

Revision history for this message
Christian Ehrhardt  (paelzer) wrote (last edit ):

From here I was switching to qemu 6.0 on the bare metal machine.
6.0-KVM - works
6.0-TCG - works

But running the testsuite itself fails (due to using only 512M ram).
I found that switching from testsuite-08 to testsuite-09 allowed me to get into bad-mode in TCG (with enough memory, but into the segfaulting rm).

Now that (segfaulting 6.0 with TCG) I switched to KVM and it worked.

TL;DR for now:
- memory problems hit the same that are segfaulting
  - even though memory problems hit the same cases, more memory does not fix it for TCG+qemu6.0
- segfault not reproducible in KVM acceleration mode
- issue is TCG only and qemu 6.0 only

P.S. I do all the creation of the images and such with the working qemu 5.2, only then do I switch to 6.0 and re-run the failing test.