Bug 53678

Summary: Crash logs from buildslaves don't show the crashing line of code
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sfalken
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r77478%20(24866)/CrashLog_06ec_2011-02-03_05-32-42-140.txt
Attachments:
Description Flags
Tell the debugger the path to the WebKit source tree when saving a crash log sam: review+

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>