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

Issue 602979 link

Starred by 0 users

Issue metadata

Status: Verified
Owner:
Last visit 15 days ago
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

code->address() == HeapObject::cast(found)->address() in src/assembler.cc

Project Member Reported by ClusterFuzz, Apr 13 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4858235554627584

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  code->address() == HeapObject::cast(found)->address() in src/assembler.cc
  
Regressed: V8: r35426:35427

Minimized Testcase (0.00 Kb): https://cluster-fuzz.appspot.com/download/AMIfv978QPPtGb33rOOx0aL9CVeLL0s4F_bVspbg7svINwqx220Hf2E3Gt_iggFlnGRMxdVaBv5HY6HgEdHLVjKU74AabwCiEjeY_HTjpUAD6xbngPmqu3Cr8NjE_CGRa263EnQtUJqZwaBlRFUHaGYsRM8XmjN39g

Filer: mstarzinger

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 

Comment 1 by ishell@chromium.org, Apr 13 2016

Cc: bmeu...@chromium.org jarin@chromium.org
Owner: binji@chromium.org
Status: Assigned (was: Available)
Regression range points to: https://chromium.googlesource.com/v8/v8/+/10b5febe11b318cfef130abae343183ac862e60d

It seems heap verification is borked on MIPS. Reproduces with the empty script as follows ...

$ git checkout 9e99c92c22125d01da4e478dc48dc87e1b3a07bc
$ make -j1000 mipsel.debug
$ ./out/mips.debug/d8 --verify-heap -e ""

#
# Fatal error in ../src/assembler.cc, line 918
# Check failed: code->address() == HeapObject::cast(found)->address().
#

==== C stack trace ===============================

 1: V8_Fatal
 2: v8::internal::RelocInfo::Verify(v8::internal::Isolate*)
 3: v8::internal::Code::CodeVerify()
 4: v8::internal::HeapObject::HeapObjectVerify()
 5: v8::internal::Object::ObjectVerify()
 6: v8::internal::PagedSpace::Verify(v8::internal::ObjectVisitor*)
 7: v8::internal::Heap::Verify()
 8: v8::internal::Heap::TearDown()
 9: v8::internal::Isolate::Deinit()
10: v8::internal::Isolate::TearDown()
11: v8::Isolate::Dispose()
12: v8::Shell::Main(int, char**)
13: main
14: __libc_start_main
Illegal instruction (core dumped)
Project Member

Comment 3 by ClusterFuzz, Apr 19 2016

ClusterFuzz has detected this issue as fixed in range 35595:35596.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4858235554627584

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_mipsel_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  code->address() == HeapObject::cast(found)->address() in src/assembler.cc
  
Regressed: V8: r35426:35427
Fixed: V8: r35595:35596

Minimized Testcase (0.00 Kb): https://cluster-fuzz.appspot.com/download/AMIfv978QPPtGb33rOOx0aL9CVeLL0s4F_bVspbg7svINwqx220Hf2E3Gt_iggFlnGRMxdVaBv5HY6HgEdHLVjKU74AabwCiEjeY_HTjpUAD6xbngPmqu3Cr8NjE_CGRa263EnQtUJqZwaBlRFUHaGYsRM8XmjN39g

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs 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 4 by ClusterFuzz, Jun 13 2016

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

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

Comment 5 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment