Bug 136320 - [Mac] JavaScriptCore is missing debug info for WTF because libWTF.a is stripped
Summary: [Mac] JavaScriptCore is missing debug info for WTF because libWTF.a is stripped
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-08-27 16:56 PDT by Mark Rowe (bdash)
Modified: 2014-08-27 17:03 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.20 KB, patch)
2014-08-27 16:58 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2014-08-27 16:56:18 PDT
It’s impossible to get source file information for WTF stack frames in crash logs, because WTF is built with STRIP_INSTALLED_PRODUCT=YES.

<rdar://problem/18148776>
Comment 1 Mark Rowe (bdash) 2014-08-27 16:58:30 PDT
Created attachment 237270 [details]
Patch
Comment 2 Mark Rowe (bdash) 2014-08-27 17:03:37 PDT
Committed r173036: <http://trac.webkit.org/changeset/173036>