Bug 136320

Summary: [Mac] JavaScriptCore is missing debug info for WTF because libWTF.a is stripped
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Web Template FrameworkAssignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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>