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

Peter Holm pho at FreeBSD.org
Thu Mar 22 11:57:13 UTC 2018


Author: pho
Date: Thu Mar 22 11:57:12 2018
New Revision: 331352
URL: https://svnweb.freebsd.org/changeset/base/331352

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

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

Modified: user/pho/stress2/misc/contigmalloc3.sh
==============================================================================
--- user/pho/stress2/misc/contigmalloc3.sh	Thu Mar 22 11:56:06 2018	(r331351)
+++ user/pho/stress2/misc/contigmalloc3.sh	Thu Mar 22 11:57:12 2018	(r331352)
@@ -31,6 +31,10 @@
 # contigmalloc(9) / contigfree(9) test scenario.
 # Test allocation with 1GB
 
+# "panic: Bad link elm 0x6766fbc next->prev != elm" seen:
+# https://people.freebsd.org/~pho/stress/log/kostik1094.txt
+# Fixed by r331247
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 [ -d /usr/src/sys ] || exit 0
 builddir=`sysctl kern.version | grep @ | sed 's/.*://'`


More information about the svn-src-user mailing list