[Webkit-unassigned] [Bug 88673] REGRESSION: Cannot log in to webanketa.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 13:09:50 PST 2012


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





--- Comment #12 from Maxim <sailormax at inbox.lv>  2012-11-23 13:11:54 PST ---
(In reply to comment #7)
> You could help by providing an isolated test case, as minimal as possible.

Looks like this is very hard task, because problem in JS optimizer. Any change of code fix this problem and can add another in another place.

Here one more comment of jsSHA users after test fix:
This is enough to fix the bug too:
  var foo = typeof x;

Or this:
  var foo = typeof n;

Or this:
  var foo = typeof 1;

...

Yes, the fix you pushed "works", but almost certainly not for the reason that you think it does. In particular, it has nothing to do with destructive changes to X, and it has nothing to do with undefined values in X. This is shown by the fact that you can "fix" the problem by adding (certain kinds of) dead code.

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