[Webkit-unassigned] [Bug 204399] New: Consider actuallly printing a message in RELEASE_ASSERT_WITH_MESSAGE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 23:59:03 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204399

            Bug ID: 204399
           Summary: Consider actuallly printing a message in
                    RELEASE_ASSERT_WITH_MESSAGE
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tuomas.webkit at apple.com

Currently when asserts are disabled, RELEASE_ASSERT_WITH_MESSAGE is:

> #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)

In the general case a RELEASE_ASSERT tries to capture register values to debug the failure.
Under certain circumstances it would be useful to have the message printed even in Release builds.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191120/69087946/attachment-0001.htm>


More information about the webkit-unassigned mailing list