New issue
Advanced search Search tips

Issue 819026 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: ----
Type: Bug



Sign in to add a comment

DCHECK failure in __isolate__->has_pending_exception() in runtime-bigint.cc

Project Member Reported by ClusterFuzz, Mar 6 2018

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: DCHECK failure
Crash Address: 
Crash State:
  __isolate__->has_pending_exception() in runtime-bigint.cc
  v8::internal::__RT_impl_Runtime_BigIntBinaryOp
  v8::internal::Runtime_BigIntBinaryOp
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_asan_d8_dbg&range=51672:51673

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

Issue filed automatically.

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

Comment 1 by ClusterFuzz, Mar 6 2018

Labels: Test-Predator-Auto-Owner
Owner: jkummerow@chromium.org
Status: Assigned (was: Untriaged)
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/v8/v8/+/7c79a9fd1e35d5272b5dbe57af92c7e0d2120ca3 ([bigint] Stage BigInts).

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.
Cc: neis@chromium.org
Labels: -Type-Bug-Security -Restrict-View-SecurityTeam -Security_Severity-High Type-Bug
Status: Started (was: Assigned)
Turns out https://chromium-review.googlesource.com/c/v8/v8/+/941130 was incorrect.

Fix: https://chromium-review.googlesource.com/#/c/v8/v8/+/950472

No security impact (feature still behind flag).
Project Member

Comment 3 by bugdroid1@chromium.org, Mar 6 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/v8/v8.git/+/66f21389a74223b6a6372919f5c060faecad0fd8

commit 66f21389a74223b6a6372919f5c060faecad0fd8
Author: Jakob Kummerow <jkummerow@chromium.org>
Date: Tue Mar 06 18:58:32 2018

[bigint] Fix Exponentiate for 1 ** multi_digit

Bug:  chromium:819026 
Change-Id: I2c58d5e2892f683747966e00aa047153085ac121
Reviewed-on: https://chromium-review.googlesource.com/950472
Reviewed-by: Georg Neis <neis@chromium.org>
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51776}
[modify] https://crrev.com/66f21389a74223b6a6372919f5c060faecad0fd8/src/objects/bigint.cc
[modify] https://crrev.com/66f21389a74223b6a6372919f5c060faecad0fd8/test/mjsunit/harmony/bigint/exp.js

Status: Fixed (was: Started)
Project Member

Comment 5 by ClusterFuzz, Mar 7 2018

ClusterFuzz has detected this issue as fixed in range 51775:51776.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_dbg
Platform Id: linux

Crash Type: DCHECK failure
Crash Address: 
Crash State:
  __isolate__->has_pending_exception() in runtime-bigint.cc
  v8::internal::__RT_impl_Runtime_BigIntBinaryOp
  v8::internal::Runtime_BigIntBinaryOp
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_asan_d8_dbg&range=51672:51673
Fixed: https://clusterfuzz.com/revisions?job=linux_asan_d8_dbg&range=51775:51776

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

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 6 by ClusterFuzz, Mar 7 2018

Labels: ClusterFuzz-Verified
Status: Verified (was: Fixed)
ClusterFuzz testcase 5103001690439680 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