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

Peter Holm pho at FreeBSD.org
Mon Feb 4 14:10:32 UTC 2019


Author: pho
Date: Mon Feb  4 14:10:31 2019
New Revision: 343743
URL: https://svnweb.freebsd.org/changeset/base/343743

Log:
  Added latest finding: OOM killing.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/chain.sh
==============================================================================
--- user/pho/stress2/misc/chain.sh	Mon Feb  4 13:30:47 2019	(r343742)
+++ user/pho/stress2/misc/chain.sh	Mon Feb  4 14:10:31 2019	(r343743)
@@ -2,8 +2,13 @@
 
 # Unkillable process in "vm map (user)" seen.
 # https://people.freebsd.org/~pho/stress/log/kostik1070.txt
+# Fixed by: r327468
 
+# OOM killing: https://people.freebsd.org/~pho/stress/log/chain.txt
+
 # Test scenario by Peter Jeremy <peterj@>
+
+# $FreeBSD$
 
 if [ ! -f /usr/local/include/libmill.h -o \
     ! -x /usr/local/lib/libmill.so ]; then


More information about the svn-src-user mailing list