[Webkit-unassigned] [Bug 16648] REGRESSION (r28165): Yuku.com navigation prints "jsRegExpExecute failed with result -2"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 31 15:20:11 PST 2007


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





------- Comment #12 from darin at apple.com  2007-12-31 15:20 PDT -------
The comment deleted in this changeset makes it even more clear what went wrong:

/* Structure for building a chain of data that actually lives on the
 stack, for holding the values of the subject pointer at the start of each
 subpattern, so as to detect when an empty string has been matched by a
 subpattern - to break infinite loops. */

That's what's failing to happen here. We're not breaking the infinite loop any
more! I think we need to bring the stack back (basically roll out this change).


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