diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1475.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1475.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1475.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1475.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1475.toml deleted file mode 100644 index ebd27cb2..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1475.toml +++ /dev/null @@ -1,24 +0,0 @@ -id = 1475 -title = "qemu-img: GLib: g_hash_table_foreach_remove: assertion 'hash_table != NULL' failed" -state = "closed" -created_at = "2023-02-02T09:59:50.647Z" -closed_at = "2023-02-20T17:01:02.464Z" -labels = ["block:curl"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1475" -host-os = "Fedora Rawhide" -host-arch = "x86-64" -qemu-version = "qemu from git @ commit 13356edb87506c148b163b8c7eb0695647d00c2a" -guest-os = "n/a" -guest-arch = "n/a" -description = """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)""" -reproduce = """1. Run the command above.""" -additional = "n/a" |