[Webkit-unassigned] [Bug 50691] Rolling out r73494, it makes mac and gtk debug bots crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 08:37:57 PST 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aroben at apple.com




--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2010-12-08 08:37:57 PST ---
Here's a Windows crash log, too:

http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r73517%20(23287)/CrashLog_0f24_2010-12-08_07-54-06-734.txt

Looks like this assertion is failing:

bool HTMLFormControlElement::isValidFormControlElement()
{
    // If the following assertion fails, setNeedsValidityCheck() is not called
    // correctly when something which changes validity is updated.
    ASSERT(m_isValid == validity()->valid());
    return m_isValid;
}

-- 
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