Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Issue 2926093002: Fix a crash since commit 476946 (Closed)

Created:
3 years, 6 months ago by gyuyoung
Modified:
3 years, 6 months ago
Reviewers:
tkent
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a crash since commit 476946 Use of LOG(FATAL) of ReportFatalErrorInMainThread in file V8Initializer.cpp which potentially caused crash are changed in commit 476946. Detailed report: https://clusterfuzz.com/v2/testcase-detail/4983978921820160?noredirect=1 BUG=730001

Patch Set 1 #

Patch Set 2 : Fix a crash since commit 476946 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
gyuyoung
I've been assigned a ClusterFuzz bug in Bug 730001. Though the crash caused by below ...
3 years, 6 months ago (2017-06-07 12:59:15 UTC) #2
tkent
I don't think we need to change the code for this crash. The crash is ...
3 years, 6 months ago (2017-06-08 02:01:01 UTC) #4
gyuyoung
3 years, 6 months ago (2017-06-08 02:16:06 UTC) #5
On 2017/06/08 02:01:01, tkent wrote:
> I don't think we need to change the code for this crash.  The crash is
intended.
>  ClusterFuzz reported as new crash just because the crash message is slightly
> changed.

Ah, thank you for informing me it.

> What we should do is only merging Issue 730001 to Issue 529146.

I just merge it into Issue 529146. Thanks.

Powered by Google App Engine
This is Rietveld 408576698