New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 888865 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

Ill in v8::internal::JSReceiver::GetCreationContext

Project Member Reported by ClusterFuzz, Sep 25

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5719685201657856

Fuzzer: inferno_twister
Job Type: mac_asan_content_shell
Platform Id: mac

Crash Type: Ill
Crash Address: 0x00011b1da5d8
Crash State:
  v8::internal::JSReceiver::GetCreationContext
  test_runner::GCController::AsyncCollectAllWithEmptyStack
  base::internal::Invoker<base::internal::BindState<void
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=mac_asan_content_shell&range=593502:593507

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5719685201657856

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Project Member

Comment 1 by ClusterFuzz, Sep 25

Components: Blink>JavaScript
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 2 by ClusterFuzz, Sep 25

Labels: Test-Predator-Auto-Owner
Owner: mlippautz@chromium.org
Status: Assigned (was: Untriaged)
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/5b64e891917d845d28f17bf228a2395e95f6ddb4 (content: Add asyncCollectGarbage to GCController).

If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
Components: -Blink>JavaScript Blink>JavaScript>GC
Status: Started (was: Assigned)
The issues is that CF calls this new testing method with arbitrary (?) arguments whereas we expect it to be called with a v8::Function as first parameter. 

Project Member

Comment 4 by bugdroid1@chromium.org, Sep 25

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/584c69a88484d0cf22118dabc374c3ea353b6eb2

commit 584c69a88484d0cf22118dabc374c3ea353b6eb2
Author: Michael Lippautz <mlippautz@chromium.org>
Date: Tue Sep 25 15:22:51 2018

GCController: Throw proper exception on mis-use

The code is not (yet) excluded from clusterfuzz which may call it with
arbitrary arguments.

Bug:  888865 
Change-Id: Ie51e4ddbed51e55b2e8c15604c257ba0d37715a0
Reviewed-on: https://chromium-review.googlesource.com/1243245
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593941}
[modify] https://crrev.com/584c69a88484d0cf22118dabc374c3ea353b6eb2/content/shell/test_runner/gc_controller.cc

Status: Fixed (was: Started)
Project Member

Comment 6 by ClusterFuzz, Sep 26

ClusterFuzz has detected this issue as fixed in range 593934:593955.

Detailed report: https://clusterfuzz.com/testcase?key=5719685201657856

Fuzzer: inferno_twister
Job Type: mac_asan_content_shell
Platform Id: mac

Crash Type: Ill
Crash Address: 0x00011b1da5d8
Crash State:
  v8::internal::JSReceiver::GetCreationContext
  test_runner::GCController::AsyncCollectAllWithEmptyStack
  base::internal::Invoker<base::internal::BindState<void
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=mac_asan_content_shell&range=593502:593507
Fixed: https://clusterfuzz.com/revisions?job=mac_asan_content_shell&range=593934:593955

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5719685201657856

See https://github.com/google/clusterfuzz-tools for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 7 by ClusterFuzz, Sep 26

Labels: ClusterFuzz-Verified
Status: Verified (was: Fixed)
ClusterFuzz testcase 5719685201657856 is verified as fixed, so closing issue as verified.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment