diff options
Diffstat (limited to 'results/classifier/105/device/1726733')
| -rw-r--r-- | results/classifier/105/device/1726733 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/105/device/1726733 b/results/classifier/105/device/1726733 new file mode 100644 index 000000000..bff5ec63a --- /dev/null +++ b/results/classifier/105/device/1726733 @@ -0,0 +1,27 @@ +device: 0.807 +socket: 0.797 +graphic: 0.796 +network: 0.698 +mistranslation: 0.658 +vnc: 0.504 +instruction: 0.474 +boot: 0.370 +semantic: 0.324 +other: 0.250 +KVM: 0.135 +assembly: 0.046 + +‘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 + +Fixed here: +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=cb83d2efe1f591cdc7 + |