svn commit: r355878 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Dec 18 08:39:25 UTC 2019


Author: pho
Date: Wed Dec 18 08:39:24 2019
New Revision: 355878
URL: https://svnweb.freebsd.org/changeset/base/355878

Log:
  Added problem found.

Modified:
  user/pho/stress2/misc/swappedout.sh

Modified: user/pho/stress2/misc/swappedout.sh
==============================================================================
--- user/pho/stress2/misc/swappedout.sh	Wed Dec 18 08:08:51 2019	(r355877)
+++ user/pho/stress2/misc/swappedout.sh	Wed Dec 18 08:39:24 2019	(r355878)
@@ -31,6 +31,9 @@
 # Processes stay in "swapped out" state even after swapoff
 # Broken by r254304.
 
+# "panic: page 0xfffffe00070e7d30 is neither wired nor queued":
+# https://people.freebsd.org/~pho/stress/log/swappedout-3.txt
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 (cd ../testcases/swap; ./swap -t 2m -i 20 -v) > /dev/null


More information about the svn-src-user mailing list