Bug 58658 - Windows crash logs don't show source code from JavaScriptCore headers
Summary: Windows crash logs don't show source code from JavaScriptCore headers
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, PlatformOnly, ToolsHitList
Depends on:
Blocks:
 
Reported: 2011-04-15 06:50 PDT by Adam Roben (:aroben)
Modified: 2011-05-26 11:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-04-15 06:50:35 PDT
Windows crash logs don't show source code from JavaScriptCore headers. See the URL for an example. Not that there's no FAILING_SOURCE_CODE section. This is because the header's path is somewhere in the builder's WebKitBuild directory (since we copy headers there as part of the build process). This happens whenever WebCore/WebKit calls into code in a JSC header and crashes.

It would be great to get source code for these crashes. Maybe we can add more source paths to ntsd to make it work.
Comment 1 Adam Roben (:aroben) 2011-05-26 11:48:19 PDT
<rdar://problem/9509365>