Bug 138286 - JavaScriptCore is missing debug info for bmalloc because libbmalloc.a is stripped
Summary: JavaScriptCore is missing debug info for bmalloc because libbmalloc.a is stri...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-01 18:10 PDT by David Kilzer (:ddkilzer)
Modified: 2014-11-01 19:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch v1 (1.35 KB, patch)
2014-11-01 19:24 PDT, David Kilzer (:ddkilzer)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2014-11-01 18:10:40 PDT
It’s impossible to get source file information for bmalloc stack frames in crash logs, because blame is built with STRIP_INSTALLED_PRODUCT=YES.

<rdar://problem/18847087>
Comment 1 David Kilzer (:ddkilzer) 2014-11-01 19:07:57 PDT
s/blame/bmalloc/

Thanks autocorrect.
Comment 2 David Kilzer (:ddkilzer) 2014-11-01 19:24:29 PDT
Created attachment 240801 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2014-11-01 19:31:34 PDT
Committed r175455: <http://trac.webkit.org/changeset/175455>