WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110254
[V8] ScriptRunner::runCompiledScript() should return Handle<Value>() when OOM occurs
https://bugs.webkit.org/show_bug.cgi?id=110254
Summary
[V8] ScriptRunner::runCompiledScript() should return Handle<Value>() when OOM...
Kentaro Hara
Reported
2013-02-19 12:42:15 PST
Chromium bug:
https://code.google.com/p/chromium/issues/detail?id=176951
Currently ScriptRunner::runCompiledScript() calls ASSERT(script.IsEmpty()) when OOM occurs. The Chromium bug is hitting the ASSERT(). The ASSERT() does not make sense at all. Instead, we should return an empty handle when OOM occurs.
Attachments
Patch
(1.74 KB, patch)
2013-02-19 12:44 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2013-02-19 12:44:08 PST
Created
attachment 189145
[details]
Patch
WebKit Review Bot
Comment 2
2013-02-19 15:03:02 PST
Comment on
attachment 189145
[details]
Patch Clearing flags on attachment: 189145 Committed
r143387
: <
http://trac.webkit.org/changeset/143387
>
WebKit Review Bot
Comment 3
2013-02-19 15:03:06 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug