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

Peter Holm pho at FreeBSD.org
Tue Apr 24 08:48:21 UTC 2018


Author: pho
Date: Tue Apr 24 08:48:20 2018
New Revision: 332917
URL: https://svnweb.freebsd.org/changeset/base/332917

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

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

Modified: user/pho/stress2/misc/mkfifo.sh
==============================================================================
--- user/pho/stress2/misc/mkfifo.sh	Tue Apr 24 07:42:02 2018	(r332916)
+++ user/pho/stress2/misc/mkfifo.sh	Tue Apr 24 08:48:20 2018	(r332917)
@@ -35,6 +35,9 @@
 # but page fault seen in scheduler() due to a _thread_lock_flags() call on
 # an inactive td.
 
+# Fault seen in "softdep_disk_io_initiation+0x41":
+# https://people.freebsd.org/~pho/stress/log/mkfifo.txt
+
 # Run with mkfifo.cfg on a 2g swap backed MD
 
 . ../default.cfg


More information about the svn-src-user mailing list