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

Issue 1999003002: WIP: Register allocator crash repro. (Closed)

Created:
4 years, 7 months ago by Igor Sheludko
Modified:
4 years, 6 months ago
Reviewers:
epertoso, danno
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

WIP: Register allocator crash repro. # # Fatal error in ../src/compiler/register-allocator.cc, line 2325 # Check failed: hint.second->IsResolved(). # ==== C stack trace =============================== 1: V8_Fatal 2: v8::internal::compiler::LiveRangeBuilder::Verify() const 3: v8::internal::compiler::LiveRangeBuilder::BuildLiveRanges() 4: v8::internal::compiler::BuildLiveRangesPhase::Run(v8::internal::compiler::PipelineData*, v8::internal::Zone*) 5: void v8::internal::compiler::PipelineImpl::Run<v8::internal::compiler::BuildLiveRangesPhase>() 6: v8::internal::compiler::PipelineImpl::AllocateRegisters(v8::internal::RegisterConfiguration const*, v8::internal::compiler::CallDescriptor*, bool) 7: v8::internal::compiler::PipelineImpl::ScheduleAndSelectInstructions(v8::internal::compiler::Linkage*) 8: v8::internal::compiler::PipelineImpl::ScheduleAndGenerateCode(v8::internal::compiler::CallDescriptor*) 9: v8::internal::compiler::Pipeline::GenerateCodeForCodeStub(v8::internal::Isolate*, v8::internal::compiler::CallDescriptor*, v8::internal::compiler::Graph*, v8::internal::compiler::Schedule*, unsigned int, char const*) 10: v8::internal::compiler::CodeAssembler::GenerateCode() 11: v8::internal::TurboFanCodeStub::GenerateCode() 12: v8::internal::CodeStub::GetCode() 13: v8::internal::CodeFactory::HasProperty(v8::internal::Isolate*) 14: v8::internal::interpreter::Interpreter::DoTestIn(v8::internal::interpreter::InterpreterAssembler*) 15: v8::internal::interpreter::Interpreter::Initialize() 16: v8::internal::Isolate::Init(v8::internal::Deserializer*) 17: v8::V8::CreateSnapshotDataBlob(char const*) BUG=chromium:613507

Patch Set 1 : #

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M src/code-stub-assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (5 generated)
Igor Sheludko
4 years, 6 months ago (2016-05-30 13:07:26 UTC) #5
I rebased the CL.

Powered by Google App Engine
This is Rietveld 408576698