Bug 53678 - Crash logs from buildslaves don't show the crashing line of code
Summary: Crash logs from buildslaves don't show the crashing line of code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-02-03 06:38 PST by Adam Roben (:aroben)
Modified: 2011-02-03 10:46 PST (History)
1 user (show)

See Also:


Attachments
Tell the debugger the path to the WebKit source tree when saving a crash log (3.86 KB, patch)
2011-02-03 07:59 PST, Adam Roben (:aroben)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-02-03 06:38:22 PST
The crash logs generated on our buildslaves (see URL for an example) don't show the crashing line of code. I think this is happening because the WebKit source tree is checked out to a different location on the builders and testers. I think we can fix this by setting up the source path in the debugger correctly on the builders.
Comment 1 Adam Roben (:aroben) 2011-02-03 07:57:37 PST
(In reply to comment #0)
> I think we can fix this by setting up the source path in the debugger correctly on the builders.

s/builders/testers/
Comment 2 Adam Roben (:aroben) 2011-02-03 07:59:15 PST
Created attachment 81061 [details]
Tell the debugger the path to the WebKit source tree when saving a crash log
Comment 3 Adam Roben (:aroben) 2011-02-03 10:46:46 PST
Committed r77515: <http://trac.webkit.org/changeset/77515>