[Webkit-unassigned] [Bug 114594] HEISENBUG ONLY BITES WITHOUT A DEBUGGER

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 05:34:07 PDT 2013


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


Juan Falgueras <juanfc at uma.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juanfc at uma.es




--- Comment #6 from Juan Falgueras <juanfc at uma.es>  2013-04-15 05:32:24 PST ---
It seems that the only difference between both functions is the function which gives a wrong answer does a n++ inside an expression, while the one that does it ok, does the n++ outside the expression.  It seems that the n++ is the culprit.  If you run this code in Chrome or FF, it works well, that is, both functions do the same, as it should.

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