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

Peter Holm pho at FreeBSD.org
Tue Sep 3 07:02:03 UTC 2019


Author: pho
Date: Tue Sep  3 07:02:02 2019
New Revision: 351736
URL: https://svnweb.freebsd.org/changeset/base/351736

Log:
  Added problem found.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/sort.sh
==============================================================================
--- user/pho/stress2/misc/sort.sh	Tue Sep  3 06:52:21 2019	(r351735)
+++ user/pho/stress2/misc/sort.sh	Tue Sep  3 07:02:02 2019	(r351736)
@@ -30,6 +30,9 @@
 
 # VM stress.
 
+# "panic: freeing free block: ffff40, size 8, mask 1" seen in WiP code:
+# https://people.freebsd.org/~pho/stress/log/sort.txt
+
 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
 
 for i in `jot 6`; do


More information about the svn-src-user mailing list