git: eb928778a396 - main - stress2: Add problem found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Dec 2022 11:00:34 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=eb928778a3967866851816a816ac9637121eccf4
commit eb928778a3967866851816a816ac9637121eccf4
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2022-12-13 11:00:01 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2022-12-13 11:00:01 +0000
stress2: Add problem found
---
tools/test/stress2/misc/rename14.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/test/stress2/misc/rename14.sh b/tools/test/stress2/misc/rename14.sh
index 83612a2632df..574336a48693 100755
--- a/tools/test/stress2/misc/rename14.sh
+++ b/tools/test/stress2/misc/rename14.sh
@@ -33,6 +33,9 @@
# Based on a syzkaller scenario reported by tuexen@freebsd.org
+# "panic: journal_jremref: Lost inodedep":
+# https://people.freebsd.org/~pho/stress/log/log0279.txt
+
. ../default.cfg
[ `id -u` -ne 0 ] && echo "Must be root!" && exit 1