RESOLVED FIXED Bug 53678
Crash logs from buildslaves don't show the crashing line of code
https://bugs.webkit.org/show_bug.cgi?id=53678
Summary Crash logs from buildslaves don't show the crashing line of code
Adam Roben (:aroben)
Reported 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.
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+
Adam Roben (:aroben)
Comment 1 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/
Adam Roben (:aroben)
Comment 2 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
Adam Roben (:aroben)
Comment 3 2011-02-03 10:46:46 PST
Note You need to log in before you can comment on or make changes to this bug.