[Webkit-unassigned] [Bug 56115] REGRESSION (r80598?): Assertion failure in MarkStack::internalAppend when running various regression tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 10:03:49 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56115





--- Comment #5 from Adam Roben (:aroben) <aroben at apple.com>  2011-03-10 10:03:47 PST ---
Here's the failing code from the Windows crash logs:

FAULTING_SOURCE_CODE:  
   343: 
   344:     ALWAYS_INLINE void MarkStack::internalAppend(JSCell* cell)
   345:     {
   346:         ASSERT(!m_isCheckingForDefaultMarkViolation);
>  347:         ASSERT(cell);
   348:         if (Heap::testAndSetMarked(cell))
   349:             return;
   350:         if (cell->structure()->typeInfo().type() >= CompoundType)
   351:             m_values.append(cell);
   352:     }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list