Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 867d318d009c4734ce0fbc066bcbc97c8eb75aa8
https://github.com/WebKit/WebKit/commit/867d318d009c4734ce0fbc066bcbc97c8eb75aa8
Author: Fujii Hironori <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M Source/WTF/wtf/Assertions.cpp
Log Message:
-----------
REGRESSION(279787@main): [Win, Linux] Debug assertions shouldn't print the
stack trace twice
https://bugs.webkit.org/show_bug.cgi?id=275237
Reviewed by Keith Miller.
After https://commits.webkit.org/279787@main added BACKTRACE() to
assertions, the stack trace was printed twice for Windows and Linux.
WTFCrash prints the stack trace for Windows and Linux, but for Darwin
and PlayStation.
* Source/WTF/wtf/Assertions.cpp:
(WTFCrash): Don't call WTFPrintBacktrace for Windows and Linux.
Canonical link: https://commits.webkit.org/279789@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