summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1310324
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1310324
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloademulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1310324')
-rw-r--r--results/scraper/launchpad-without-comments/131032421
1 files changed, 21 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1310324 b/results/scraper/launchpad-without-comments/1310324
new file mode 100644
index 00000000..efba0740
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1310324
@@ -0,0 +1,21 @@
+Commit 0f842f8a introduces regression when using tcg-interpreter
+
+Hi.
+
+Commit 0f842f8a246f2b5b51a11c13f933bf7a90ae8e96 apparently introduces a regression when using --enable-tcg-interpreter. The regression is manifested as follows:
+
+ 1. Checkout any qemu commit later or equal that the one said above. Beside that one, I tested v1.7.1, v2.0.0 and a few other commits suggested to my by git bisect.
+ 2. Possibly cherry-pick commit a32b12741bf45bf3f46bffe5a79cb2548a060cd8, which fixes a compilation bug with --enable-tcg-interpreter.
+ 3. Compile with: ./configure --target-list=i386-softmmu --enable-tcg-interpreter && make -j8
+ 4. Create an empty virtual disk and try to install Windows XP on it booting from Windows CD-ROM. After the loading program, the installer immediately crashes with blue screen (it should instead show the installation confirmation dialog and then the EULA acceptance dialog, if it worked correctly).
+
+I'm mentioning Windows XP because it is the problem I found. Probably other operating systems would fail as well. I can test others, if you think it would be helpful. I can also give you access to the very exact CD-ROM image I'm using.
+
+The exact command line I'm using is:
+build_location/i386-softmmu/qemu-system-i386 -m 512 -drive file=winxp_test.img -cdrom wipxp_cdrom.iso
+
+Attached is the blue screen that I see (unfortunately it is Italian, but that's a standard error message and I hope this is not a problem).
+
+I'm not able to understand the nature of the commit to identify what could be the problem. My nose tells me that it may be some stupid mistake, for example in some offset constant, that nobody ever saw because tcg-interpreter is not much used.
+
+Thanks, Giovanni.
\ No newline at end of file