Bug 143102 - REGRESSION (181992-182000): Dromaeo/jslib-modify-prototype.html perf test fails with a JSC release assertion
Summary: REGRESSION (181992-182000): Dromaeo/jslib-modify-prototype.html perf test fai...
Status: RESOLVED DUPLICATE of bug 143098
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-26 10:07 PDT by Alexey Proskuryakov
Modified: 2015-03-26 11:11 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-03-26 10:07:39 PDT
Presumably due to http://trac.webkit.org/changeset/181993 ?

Running Dromaeo/jslib-modify-prototype.html (65 of 144)
error: Dromaeo/jslib-modify-prototype.html
Assertion failed: (getOperand(0)->getType() == getOperand(1)->getType() && "Both operands to ICmp instruction are not of the same type!"), function AssertOK, file /private/tmp/LLVM/include/llvm/IR/Instructions.h, line 973.
1   0x1120031b0 abort
2   0x11207d7dd llvm::ICmpInst::ICmpInst(llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&)
3   0x11207d5ef llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateICmp(llvm::CmpInst::Predicate, llvm::Value*, llvm::Value*, llvm::Twine const&)
4   0x112782489 LLVMBuildICmp
5   0x1062370f8 JSC::FTL::LowerDFGToLLVM::compileGetArrayLength()
6   0x10622d3e5 JSC::FTL::LowerDFGToLLVM::compileNode(unsigned int)
7   0x10622c9c8 JSC::FTL::LowerDFGToLLVM::compileBlock(JSC::DFG::BasicBlock*)
8   0x10622bbcb JSC::FTL::LowerDFGToLLVM::lower()
9   0x10622a4b9 JSC::FTL::lowerDFGToLLVM(JSC::FTL::State&)
10  0x106175afa JSC::DFG::Plan::compileInThreadImpl(JSC::DFG::LongLivedState&)
11  0x10617511d JSC::DFG::Plan::compileInThread(JSC::DFG::LongLivedState&, JSC::DFG::ThreadData*)
12  0x1061fce72 JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*)
13  0x1065a1dd3 WTF::threadEntryPoint(void*)
14  0x1065a22bf WTF::wtfThreadEntryPoint(void*)
15  0x7fff8e583268 _pthread_body
16  0x7fff8e5831e5 _pthread_body
17  0x7fff8e58141d thread_start
Comment 1 Radar WebKit Bug Importer 2015-03-26 10:08:20 PDT
<rdar://problem/20310664>
Comment 2 Filip Pizlo 2015-03-26 10:16:48 PDT
This was probably fixed by https://trac.webkit.org/changeset/182009 https://bugs.webkit.org/show_bug.cgi?id=143098.
Comment 3 Alexey Proskuryakov 2015-03-26 11:11:15 PDT
Yes, looks fixed.

*** This bug has been marked as a duplicate of bug 143098 ***