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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 07:32:06 PDT 2013


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





--- Comment #8 from Juan Falgueras <juanfc at uma.es>  2013-04-15 07:30:22 PST ---
(In reply to comment #7)
> @JuanFalgueras:
> 
> Also when fails(s) fails, what happens is that some characters in 'a' are duplicates of the next character, so it would seem that the (n++) were *sometimes* being evaluated as (++n)s, right?
> 
> -- 
> ( Jorge )();

@Jorge

what seems more apparent is that the uncomfortable (to compile) integer++  is badly compile in JS and returns the wrong value, not the previous, or does the post-increment wrongly.  That would also justify that repetition of values between iterations.  Funnily it doesn't happy when the n++ is made out of any expression.

I find this bug really intriguing and way dangerous!

- jf

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