RESOLVED FIXED138286
JavaScriptCore is missing debug info for bmalloc because libbmalloc.a is stripped
https://bugs.webkit.org/show_bug.cgi?id=138286
Summary JavaScriptCore is missing debug info for bmalloc because libbmalloc.a is stri...
David Kilzer (:ddkilzer)
Reported 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>
Attachments
Patch v1 (1.35 KB, patch)
2014-11-01 19:24 PDT, David Kilzer (:ddkilzer)
mitz: review+
David Kilzer (:ddkilzer)
Comment 1 2014-11-01 19:07:57 PDT
s/blame/bmalloc/ Thanks autocorrect.
David Kilzer (:ddkilzer)
Comment 2 2014-11-01 19:24:29 PDT
Created attachment 240801 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 3 2014-11-01 19:31:34 PDT
Note You need to log in before you can comment on or make changes to this bug.