diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1475 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1475')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/1475 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1475 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1475 deleted file mode 100644 index 9e5b4268e..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1475 +++ /dev/null @@ -1,14 +0,0 @@ -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. |