WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
42157
[v8] Web Inspector: inspector front-end crashes upon JS exception in front-end callbacks
https://bugs.webkit.org/show_bug.cgi?id=42157
Summary
[v8] Web Inspector: inspector front-end crashes upon JS exception in front-en...
Andrey Kosyakov
Reported
2010-07-13 05:41:52 PDT
Inspector front-end renderer crashes if a front-end callback (such as WebInspector.parsedScriptSource) throws a JS exception (e.g. due to JS syntax error).
Attachments
patch
(1.65 KB, patch)
2010-07-13 05:48 PDT
,
Andrey Kosyakov
yurys
: review-
yurys
: commit-queue-
Details
Formatted Diff
Diff
patch
(1.25 KB, patch)
2010-07-13 06:03 PDT
,
Andrey Kosyakov
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2010-07-13 05:48:36 PDT
Created
attachment 61359
[details]
patch
Yury Semikhatsky
Comment 2
2010-07-13 05:52:24 PDT
Comment on
attachment 61359
[details]
patch WebKit/chromium/src/WebDevToolsFrontendImpl.cpp:179 + if (tryCatch.HasCaught()) { You don't need this, just calling tryCatch.SetVerbose(true) should be enough.
Andrey Kosyakov
Comment 3
2010-07-13 06:03:52 PDT
Created
attachment 61362
[details]
patch
WebKit Commit Bot
Comment 4
2010-07-13 07:23:39 PDT
Comment on
attachment 61362
[details]
patch Clearing flags on attachment: 61362 Committed
r63201
: <
http://trac.webkit.org/changeset/63201
>
WebKit Commit Bot
Comment 5
2010-07-13 07:23:43 PDT
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