summary refs log tree commit diff stats
path: root/results/classifier/105/boot/1074
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/105/boot/1074
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/105/boot/1074')
-rw-r--r--results/classifier/105/boot/107431
1 files changed, 0 insertions, 31 deletions
diff --git a/results/classifier/105/boot/1074 b/results/classifier/105/boot/1074
deleted file mode 100644
index 377511f3..00000000
--- a/results/classifier/105/boot/1074
+++ /dev/null
@@ -1,31 +0,0 @@
-boot: 0.701
-graphic: 0.671
-device: 0.660
-instruction: 0.545
-semantic: 0.543
-other: 0.525
-vnc: 0.376
-network: 0.347
-socket: 0.336
-mistranslation: 0.198
-KVM: 0.171
-assembly: 0.083
-
-File under symlink gets corrupted when directory is mounted as FAT32 drive
-Description of problem:
-When mouting a directory as a FAT32 drive, the symlinked BOOTx64.EFI inside gets corrupted after booting it.
-Steps to reproduce:
-1. mkdir -p fat_dir/EFI/BOOT/
-2. ln -s BOOTx64.EFI fat_dir/EFI/BOOT/BOOTx64.EFI
-3. md5sum BOOTx64.EFI
-4. Run qemu with arguments like above.
-5. md5sum BOOTx64.EFI should print out different hash, confirming corruption.
-Additional information:
-[BOOTx64.EFI](/uploads/d0a6e899ec9331461179f8dc82fbc421/BOOTx64.EFI)
-
-The issue was not visible on earlier versions, but I don't know which one exactly was it.\
-I can only say, it was still working in April and it was possible that I was using Fedora 36 Beta.
-
-Copying the file instead of using a symlink can be used as a workaround.
-
-The binary should print some debug stuff, like avaliable memory regions and end with an infinite halt-loop.