]> Savannah Git Hosting - gnulib/maint-tools.git/commitdiff
platforms: Add a couple of comments.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Mar 2024 11:32:58 +0000 (12:32 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 17 Mar 2024 11:32:58 +0000 (12:32 +0100)
platforms/environments/qemu/arm64-openbsd.txt
platforms/environments/qemu/hppa-openbsd.txt
platforms/environments/qemu/m68k-linux-debian12.txt
platforms/environments/qemu/sparc64-netbsd.txt
platforms/environments/qemu/sparc64-openbsd.txt

index 5cd8baa194bc5b984b13de8111d4775c1fd21d29..eb88be6a44d0505fc27e4949093176ecf74a452c 100644 (file)
@@ -28,8 +28,6 @@ This is not needed in this case.
 
 % qemu-img create -f qcow2 openbsd74.qcow2 8G
 
-This is not needed in this case; we have a disk image already.
-
 (MA) Choose the machine arguments
 ---------------------------------
 
@@ -185,5 +183,6 @@ Logout.
 # pkg_add gtar
 # pkg_add bash
 # pkg_add gmake
+# pkg_add gdb                        # It installs a program named 'egdb', not 'gdb'.
 # pkg_add vim, pick no_x11 variant
 # pkg_add emacs, pick no_x11 variant
index 98bdbc7f275143d8715cd53067cfdafd616dc195..9b6d1d2522f2ed2c4d8c1835bf0138b43d78f17e 100644 (file)
@@ -156,3 +156,6 @@ Notes
 The VM is not 100% reliable:
 - Some gcc compilation commands crash with "internal compiler error" and
   succeed the next time.
+- Multithreaded programs produce log messages like
+  "44020/69552 sp=707d4398 inside 78027000-78426fff: not MAP_STACK"
+  and then crash.
index 8e23cc05e86fb0564c5d151adb8e81475c8a8e28..84ef2475645a2e2312f401cc31229e990037d266 100644 (file)
@@ -183,3 +183,9 @@ $ sudo bash
 # apt install emacs-nox emacs-el
 # apt install g++
 # apt install expect dejagnu
+
+
+Notes
+-----
+
+Don't use 'vi', as it hangs.
index 9fd0d7d6460b9ab0789824a97b0d0a4037c04a42..3e0d6aa72686969c6e99531b4ff9c607d9922cf0 100644 (file)
@@ -134,3 +134,10 @@ Logout.
 # pkg_add gmake
 # pkg_add vim
 # pkg_add emacs-nox11
+
+
+Notes
+-----
+
+After 1 hour of execution time, sometimes the clock gets stuck in a 2-seconds
+loop; then "sleep 1" never completes.
index 9585bfb8fda0fb0621f79a3c22f145d79bd9614b..47ea4100dcd956db1d7ff8489e87b582eecdd4b9 100644 (file)
@@ -195,3 +195,10 @@ Logout.
 # pkg_add gmake
 # pkg_add vim, pick no_x11 variant
 # pkg_add emacs, pick no_x11 variant
+
+
+Notes
+-----
+
+Sometimes the clock gets stuck in a 42-seconds loop; then "sleep 1" never
+completes.