Bug 61194 - Chromium DevTools: Tab crashes with "Aw, snap!" on entering "(new Image())." in console
Summary: Chromium DevTools: Tab crashes with "Aw, snap!" on entering "(new Image())." ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
: 61237 61471 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-20 09:14 PDT by Vsevolod Vlasov
Modified: 2011-05-26 09:00 PDT (History)
7 users (show)

See Also:


Attachments
Patch (4.36 KB, patch)
2011-05-23 02:17 PDT, Yury Semikhatsky
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2011-05-20 09:14:50 PDT
Tab crashes with "Aw, snap!" on entering "(new Image())." in console.

Introduced in https://bugs.webkit.org/show_bug.cgi?id=60800
Comment 1 Yury Semikhatsky 2011-05-23 02:17:06 PDT
Created attachment 94388 [details]
Patch
Comment 2 Yury Semikhatsky 2011-05-23 02:47:08 PDT
*** Bug 61237 has been marked as a duplicate of this bug. ***
Comment 3 Yury Semikhatsky 2011-05-24 05:40:14 PDT
Committed r87145: <http://trac.webkit.org/changeset/87145>
Comment 4 Adam Klein 2011-05-24 11:12:48 PDT
Reverted r87145 for reason:

Regression

Committed r87172: <http://trac.webkit.org/changeset/87172>
Comment 5 Adam Klein 2011-05-24 11:14:06 PDT
(In reply to comment #4)
> Reverted r87145 for reason:
> 
> Regression
> 
> Committed r87172: <http://trac.webkit.org/changeset/87172>

Full rollout message:

Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.

See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fdebugger%2Fscripts-panel.html&group=%40ToT%20-%20chromium.org
Comment 6 Adam Klein 2011-05-24 11:27:26 PDT
Looking further at the dashboard, it looks like it's flakiness, not always-failure.  But this test seems to have been rock solid right up until this patch, so I still highly suspect it's related.
Comment 7 Yury Semikhatsky 2011-05-25 00:44:33 PDT
(In reply to comment #6)
> Looking further at the dashboard, it looks like it's flakiness, not always-failure.  But this test seems to have been rock solid right up until this patch, so I still highly suspect it's related.

I cannot reproduce the failure locally. I'm going to reapply the patch since the problem seems to be in the test itself. Let's see if the flakiness will appear again and try to fix the test.
Comment 8 Yury Semikhatsky 2011-05-25 00:45:56 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	A	LayoutTests/inspector/console/console-eval-syntax-error-expected.txt
	A	LayoutTests/inspector/console/console-eval-syntax-error.html
	A	LayoutTests/platform/chromium/inspector/console/console-eval-syntax-error-expected.txt
	M	Source/WebCore/ChangeLog
	M	Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
Committed r87278
Comment 9 Yury Semikhatsky 2011-05-26 09:00:21 PDT
*** Bug 61471 has been marked as a duplicate of this bug. ***