Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f36efdeb89fbea238cf363310fe7144f9eac0e30
https://github.com/WebKit/WebKit/commit/f36efdeb89fbea238cf363310fe7144f9eac0e30
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M Tools/Scripts/webkitpy/port/linux_get_crash_log.py
Log Message:
-----------
[Tools][GTK][WPE] generate backtraces with GDB using lower CPU priority
https://bugs.webkit.org/show_bug.cgi?id=273145
Reviewed by Michael Catanzaro.
GDB may use quite a lot of CPU to generate a backtrace when it is
invoked when a test crashes.
This may cause that other test process compete with the CPU with
GDB leading to random timeouts on the tests.
To help with that, run the GDB process with lower priority.
* Tools/Scripts/webkitpy/port/linux_get_crash_log.py:
(GDBCrashLogGenerator._get_gdb_output):
Canonical link: https://commits.webkit.org/277899@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes