[Webkit-unassigned] [Bug 230207] New: StackTrace outputs a garbage prefix because WTF::StackTrace::m_prefix is filled with the stack content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 12 21:15:01 PDT 2021


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

            Bug ID: 230207
           Summary: StackTrace outputs a garbage prefix because
                    WTF::StackTrace::m_prefix is filled with the stack
                    content
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
        Depends on: 226390

StackTrace outputs a garbage prefix because WTF::StackTrace::m_prefix is filled with the stack content

r278474 (Bug 226390) added a new member m_prefix to StackTrace at the bottom of the structure.
However, StackTrace isn't a normal structure. the members are filled with the stack content.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=226390
[Bug 226390] Add a way to prefix output of `WTFReportBacktrace` to make log filtering easier
-- 
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/20210913/e04bbef6/attachment.htm>


More information about the webkit-unassigned mailing list