summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/1255
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
commit96049c939b1916d80532630d63c14e04d5244f1d (patch)
tree7fb9df428f074078e714f1e038210cdff887185a /results/classifier/user-mode-bugs/1255
parent40bbb77d4dfebff4f99c2f90b2c0db737b0ecc5a (diff)
downloademulator-bug-study-96049c939b1916d80532630d63c14e04d5244f1d.tar.gz
emulator-bug-study-96049c939b1916d80532630d63c14e04d5244f1d.zip
lock user-mode and semantic-bugs
Diffstat (limited to 'results/classifier/user-mode-bugs/1255')
-rw-r--r--results/classifier/user-mode-bugs/125513
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/1255 b/results/classifier/user-mode-bugs/1255
new file mode 100644
index 00000000..c18838a7
--- /dev/null
+++ b/results/classifier/user-mode-bugs/1255
@@ -0,0 +1,13 @@
+
+
+32bit qemu-arm fails to run systemctl "Allocating guest commpage: Cannot allocate memory"
+Description of problem:
+I am using a bare minimal install of the latest 32 bit version of debian with only ssh installed. I have compiled qemu from the latest git with "./configure --target-list=arm-linux-user --static --disable-pie". When I try to run systemctl from the latest version of raspbian, I experience the error: "Allocating guest commpage: Cannot allocate memory".
+Steps to reproduce:
+1. Download and extract the included systemctl and required libs. [systemctl+libs.tgz](/uploads/a2834ed651a981fded4bcc19ea9ca31b/systemctl+libs.tgz)
+2. run "qemu-arm -L ./ systemctl --version"
+Additional information:
+- I think this is related to [Issue 690](https://gitlab.com/qemu-project/qemu/-/issues/690).
+- When I run "qemu-arm -L ./ -B 0x20000 systemctl --version" there is no error.
+- The error still happens when setting vm.mmap_min_addr to 0.
+- The error does not occur on v5.0.0, but does occur on v5.1.0 and v6.1.0.