Skip to content

Commit

Permalink
verify-kernel-boot-log: add minor comment about display crash loop
Browse files Browse the repository at this point in the history
Pure comment change, for details see
thesofproject#998 (comment)

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Dec 12, 2023
1 parent 871ab5d commit 4f45cce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test-case/verify-kernel-boot-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ detect_log_flood()
#
# - A normal boot with sof debug prints roughly ~3,000 lines.
# - The gdm3 infinite crash loop #998 floods ~500 lines/second
# but only after a ~10 seconds delay.
# but only after a ~10 seconds delay.
# - With Wayland, the similar crash loop floods only ~50 lines/second.
# BUT, it does mark
# `systemctl --user status org.gnome.Shell@wayland.service`
# as "FAILED" after a couple minutes trying so there's no risk of
# missing the problem.
if [ "$recent_lines" -lt 6000 ]; then
return 0
fi
Expand Down

0 comments on commit 4f45cce

Please sign in to comment.