Bug 138565 - webkitpy: demangle C++ symbols from crash log stderr
Summary: webkitpy: demangle C++ symbols from crash log stderr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-10 07:12 PST by Philippe Normand
Modified: 2014-11-11 01:04 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2014-11-10 07:15 PST, Philippe Normand
no flags Details | Formatted Diff | Diff
Patch (1.57 KB, patch)
2014-11-10 07:20 PST, Philippe Normand
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2014-11-10 07:12:10 PST
Let's use c++filt to "decrypt" those symbol names.
Comment 1 Philippe Normand 2014-11-10 07:15:26 PST
Created attachment 241290 [details]
Patch
Comment 2 Philippe Normand 2014-11-10 07:18:33 PST
Comment on attachment 241290 [details]
Patch

Wrong paotch
Comment 3 Philippe Normand 2014-11-10 07:20:59 PST
Created attachment 241291 [details]
Patch
Comment 4 Philippe Normand 2014-11-11 01:04:31 PST
Committed r175868: <http://trac.webkit.org/changeset/175868>