blob: 1f4eee1c41e05ae7fe458ea6fe6eecb27950ed25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
graphic: 0.928
device: 0.913
network: 0.853
instruction: 0.853
socket: 0.802
semantic: 0.645
vnc: 0.533
other: 0.403
boot: 0.385
mistranslation: 0.383
KVM: 0.195
assembly: 0.123
qemu-img: GLib: g_hash_table_foreach_remove: assertion 'hash_table != NULL' failed
Description of problem:
Mixing driver=https with an http URL gives this assert fail in glib2:
```
$ ~/d/qemu/build/qemu-img convert -p -W -f qcow2 'json:{ "file.readahead": 67108864, "file.driver": "https", "file.url": "http://web/tmp/jammy-server-cloudimg-amd64.qcow2", "file.timeout":2000 }' -O raw jammy-server-cloudimg-amd64.img.raw
qemu-img: GLib: g_hash_table_foreach_remove: assertion 'hash_table != NULL' failed
qemu-img: GLib: g_hash_table_destroy: assertion 'hash_table != NULL' failed
qemu-img: Could not open 'json:{ "file.readahead": 67108864, "file.driver": "https", "file.url": "http://web/tmp/jammy-server-cloudimg-amd64.qcow2", "file.timeout":2000 }': https curl driver cannot handle the URL 'http://oirase.annexia.org/tmp/jammy-server-cloudimg-amd64.qcow2' (does not start with 'https://')
```
(It seems to be a warning rather than a crash)
Steps to reproduce:
1. Run the command above.
|