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

Peter Holm pho at FreeBSD.org
Thu Feb 27 06:38:05 UTC 2020


Author: pho
Date: Thu Feb 27 06:38:04 2020
New Revision: 358369
URL: https://svnweb.freebsd.org/changeset/base/358369

Log:
  Added note about problem found and fixed.

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

Modified: user/pho/stress2/misc/crossmp7.sh
==============================================================================
--- user/pho/stress2/misc/crossmp7.sh	Thu Feb 27 06:36:28 2020	(r358368)
+++ user/pho/stress2/misc/crossmp7.sh	Thu Feb 27 06:38:04 2020	(r358369)
@@ -34,6 +34,10 @@
 # https://people.freebsd.org/~pho/stress/log/avg002.txt
 # Fixed by r309090.
 
+# Page fault seen:
+# https://people.freebsd.org/~pho/stress/log/crossmp7.txt
+# Fixed by r352437.
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 [ `sysctl -n kern.kstack_pages` -lt 4 ] && exit 0
 


More information about the svn-src-user mailing list