[Webkit-unassigned] [Bug 90243] garden-o-matic broken: TypeError: 'undefined' is not an object (evaluating 'buildLocations[currentIndex].url')
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 28 23:21:15 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90243
--- Comment #4 from Ojan Vafai <ojan at chromium.org> 2012-06-28 23:21:14 PST ---
(In reply to comment #1)
> I'm seeing parse errors from net.jsonp for full_results.json files. If I try to validate them, validation fails with the ADD_RESULTS() stuff. How did this ever work?
Are you sure you diagnosed this right? I'm not seeing parse errors. I get an error on line 629 of results.js:
net.jsonp(buildLocations[currentIndex].url, resultsCallback);
Uncaught TypeError: Cannot read property 'url' of undefined
So, somehow currentIndex is exceeding the bounds of buildLocations. This is the call that fetches full_results.json.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list