[webkit-changes] [WebKit/WebKit] 867d31: REGRESSION(279787 at main): [Win, Linux] Debug assert...

Fujii Hironori noreply at github.com
Thu Jun 6 18:46:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 867d318d009c4734ce0fbc066bcbc97c8eb75aa8
      https://github.com/WebKit/WebKit/commit/867d318d009c4734ce0fbc066bcbc97c8eb75aa8
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-06-06 (Thu, 06 Jun 2024)

  Changed paths:
    M Source/WTF/wtf/Assertions.cpp

  Log Message:
  -----------
  REGRESSION(279787 at 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


More information about the webkit-changes mailing list