Skip to content

Commit 696b00e

Browse files
committed
verify-kernel-boot-log: add minor comment about display crash loop
Pure comment change, for details see #998 (comment) Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 8664aeb commit 696b00e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

test-case/verify-kernel-boot-log.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ detect_log_flood()
8686
#
8787
# - A normal boot with sof debug prints roughly ~3,000 lines.
8888
# - The gdm3 infinite crash loop #998 floods ~500 lines/second
89-
# but only after a ~10 seconds delay.
89+
# but only after a ~10 seconds delay.
90+
# - With Wayland, the similar crash loop floods only ~50 lines/second.
91+
# BUT, it does mark
92+
# `systemctl --user status org.gnome.Shell@wayland.service`
93+
# as "FAILED" after a couple minutes trying so there's no risk of
94+
# missing the problem.
9095
if [ "$recent_lines" -lt 6000 ]; then
9196
return 0
9297
fi

0 commit comments

Comments
 (0)