svn commit: r287352 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Tue Sep 1 09:09:50 UTC 2015
Author: pho
Date: Tue Sep 1 09:09:49 2015
New Revision: 287352
URL: https://svnweb.freebsd.org/changeset/base/287352
Log:
Added a few more finding and marked test as a "known issue" for i386.
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/mmap14.sh
Modified: user/pho/stress2/misc/mmap14.sh
==============================================================================
--- user/pho/stress2/misc/mmap14.sh Tue Sep 1 08:42:04 2015 (r287351)
+++ user/pho/stress2/misc/mmap14.sh Tue Sep 1 09:09:49 2015 (r287352)
@@ -37,6 +37,17 @@
# http://people.freebsd.org/~pho/stress/log/kostik764.txt
# Fixed by r280238
+# panic: vm_reserv_break: reserv 0xfffff807cbe9af00 is full
+# https://people.freebsd.org/~pho/stress/log/alan006.txt
+
+# panic: vm_page_dirty: page is invalid!
+# https://people.freebsd.org/~pho/stress/log/kostik818.txt
+
+# i386 livelock
+# https://people.freebsd.org/~pho/stress/log/mmap14.txt
+
+[ `uname -m` = "i386" ] || exit 0 # Waiting for mmap14.txt
+
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg
More information about the svn-src-user
mailing list