Skip to content

Commit

Permalink
There was a bug reported where qemu command line was giving core dump…
Browse files Browse the repository at this point in the history
… error as below.

**
ERROR:../tcg/region.c:782:tcg_region_init: assertion failed: (region_size >= 2 * page_size)
Bail out! ERROR:../tcg/region.c:782:tcg_region_init: assertion failed: (region_size >= 2 * page_size)
Aborted (core dumped)

A fix has been posted upstream and is merged with distros(Fedora and Ubuntu). Adding this test case to catch such a scenario in future.

Reference bug: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2055003

Signed-off-by: Kowshik Jois B S <[email protected]>
  • Loading branch information
bskjois committed Jan 28, 2025
1 parent d8d1abc commit 4132cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libvirt/tests/src/virsh_cmd/virsh_qemu_cmdline_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import subprocess


def run(test, params, env):

qemu_binary = params.get("qemu_binary")
Expand Down

0 comments on commit 4132cd4

Please sign in to comment.