summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/2387
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_text/target_missing/host_missing/accel_missing/2387
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2387')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/238711
1 files changed, 11 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2387 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2387
new file mode 100644
index 000000000..76e6c0b0c
--- /dev/null
+++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/2387
@@ -0,0 +1,11 @@
+Segmentation fault on booting from ISO when using GTK display with OpenGL enabled
+Description of problem:
+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.
+Steps to 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 information:
+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.