[webkit-reviews] review requested: [Bug 82660] Frequent crashes in JSC::parse in a worker thread when running regression tests : [Attachment 135365] Updated Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 11:02:04 PDT 2012


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 82660: Frequent crashes in JSC::parse in a worker thread when running
regression tests
https://bugs.webkit.org/show_bug.cgi?id=82660

Attachment 135365: Updated Patch
https://bugs.webkit.org/attachment.cgi?id=135365&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
> Do you know why we end up with a NULL script and yet Worker::m_scriptLoader
doesn't report that it failed to load?

WorkerScriptLoader::didReceiveData() allows for a null script to not be an
error.

It appears that the tests are checking the NULL case directly.


More information about the webkit-reviews mailing list