[Webkit-unassigned] [Bug 190761] [Win] Add function call name information to stack traces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 21 21:02:23 PDT 2018


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

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 352824
  --> https://bugs.webkit.org/attachment.cgi?id=352824
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=352824&action=review

> Source/WTF/wtf/StackTrace.cpp:136
> +        if (DbgHelper::SymFromAddress(hProc, (DWORD64)stack[i], 0, symbol))

I think you should use reinterpret_caset<DWORD64>(...) instead of C-style cast.

-- 
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/20181022/1e1f3b64/attachment.html>


More information about the webkit-unassigned mailing list