[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 20:37:37 PDT 2018


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I support Michael Catanzaro's opinion.

[webkit-dev] WTFCrash()
https://lists.webkit.org/pipermail/webkit-dev/2018-March/029903.html

> Next, the low-quality backtrace. Does anyone think this is useful?

Backtrace is shown only in case of intentional crash (abort), mostly in assertion failure.
In assertion failure, the failed condition and the function name are shown.
No backtrace is shown in case of unintentional crash.

Anyway, there is StackTrace::dump in WebKit. I don't object to add Windows implementation for it if you like.

-- 
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/e2158ee9/attachment.html>


More information about the webkit-unassigned mailing list