diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2387.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2387.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2387.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2387.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2387.toml new file mode 100644 index 000000000..c65ab9140 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2387.toml @@ -0,0 +1,19 @@ +id = 2387 +title = "Segmentation fault on booting from ISO when using GTK display with OpenGL enabled" +state = "opened" +created_at = "2024-06-10T22:03:51.574Z" +closed_at = "n/a" +labels = ["GUI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2387" +host-os = "Windows 11 23H2" +host-arch = "x86_64" +qemu-version = "9.0.0" +guest-os = "EndeavourOS" +guest-arch = "x86_64" +description = """When trying to boot from the ISO mounted in the `-cdrom` argument, using a GTK display with OpenGL enabled gives a segmentation fault error. If using SDL instead, the whole application kinda freezes most of the times. I managed to get it working once, but I don't know how or why, seemed completely random. After installing it, I can boot from the disk normally with no errors.""" +reproduce = """1. Install QEMU for MSYS2 / UCRT64 as described [here](https://www.qemu.org/download/#windows) +2. Download ISO from EndeavourOS website +3. Run `qemu-img create -f qcow2 EndeavourOS.qcow2 64G` to create a disk file +4. Run the script as described above in a `.sh` file +5. See error""" +additional = """I have multiple VMs, included but not limited to Manjaro, Pop!\\_OS and Debian, none of them gives this specific error. I also usually avoid SDL because I had multiple issues with the application window completely freezing in the past with "Not responding", and that does not happen with GTK.""" |