Bug 128745
Summary: | REGRESSION: fast/workers/use-machine-stack.html hits Heap::isMarked(cell) assertion | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | JavaScriptCore | Assignee: | Mark Hahnenberg <mhahnenberg> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, ggaren, mhahnenberg, webkit-bug-importer |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
fast/workers/use-machine-stack.html has started to fail (not very frequently) on February 8th, hitting this assertion:
ASSERTION FAILED: Heap::isMarked(cell)
/Volumes/Data/slave/mountainlion-debug/build/Source/JavaScriptCore/heap/SlotVisitorInlines.h(123) : void JSC::SlotVisitor::unconditionallyAppend(JSC::JSCell *)
1 0x10c6a8a90 WTFCrash
2 0x10bfa678d JSC::SlotVisitor::unconditionallyAppend(JSC::JSCell*)
3 0x10c3064dd JSC::Heap::addToRememberedSet(JSC::JSCell const*)
4 0x10c0623d8 JSC::CodeBlockSet::rememberCurrentlyExecutingCodeBlocks(JSC::Heap*)
5 0x10c306b3e JSC::Heap::collect()
6 0x10c2f64c4 JSC::DefaultGCActivityCallback::doWork()
7 0x10c317222 JSC::HeapTimer::timerDidFire(__CFRunLoopTimer*, void*)
8 0x7fff90360804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16059648>
Alexey Proskuryakov
Marked as flakily asserting in <http://trac.webkit.org/r164030>.
Looks like all worker tests have regressed last week :-(
Mark Hahnenberg
I think this is a dup of bug 128537. What is happening is that CodeBlocks from the Worker virtual machine are being marked as part of the main thread's garbage collection, which confuses our ASSERT later on.
*** This bug has been marked as a duplicate of bug 128537 ***
Mark Hahnenberg
*** Bug 128656 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Nice! Could you please remove it from TestExpectations?