Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 11:57:13 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r331352 - user/pho/stress2/misc
Message-ID:  <201803221157.w2MBvD6D037543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/.*://'`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803221157.w2MBvD6D037543>