summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1726733
blob: be72c4da24308e7ddb1928472451698e36ee832a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
‘qemu-img info replication:’ causes segfault

Typing the literal command ‘qemu-img info replication:’ causes a segfault.  Note that ‘replication:’ is not a filename.

$ ./qemu-img info replication:
qemu-img: block.c:2609: bdrv_open_inherit: Assertion `!!(flags & BDRV_O_PROTOCOL) == !!drv->bdrv_file_open' failed.
Aborted (core dumped)

This was originally found by Han Han and reported in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1505652