[Webkit-unassigned] [Bug 14027] Infinite loop in focus code when hitting tab in an XML document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 11:14:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14027


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2




------- Comment #6 from eric at webkit.org  2007-06-07 11:14 PDT -------
There is an ASSERT (which is where it crashes) to prevent the infinite loop. 
If the ASSERT were not there, it would infinite loop.  Looking at it again: in
release builds, there is no ASSERT and it just bails out, so it won't ever
crash.  Meaning this can be a p2.

There is a comment in the code where this ASSERT is:
        // Fix for unrepro infinite recursion reported in radar 4448181. If we
hit this assert on
        // a debug build, we should figure out what causes the problem and do a
better fix.
Well... I guess we've just made 4448181 reproducible. :)


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



More information about the webkit-unassigned mailing list