[Webkit-unassigned] [Bug 153422] [b3] REGRESSION(r195395): testComplex(64, 128) asserts on Linux with GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 10:52:32 PST 2016


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

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[b3] REGRESSION(r195395):   |[b3] REGRESSION(r195395):
                   |testComplex(64, 128)        |testComplex(64, 128)
                   |asserts on Linux            |asserts on Linux with GCC

--- Comment #8 from Csaba Osztrogonác <ossy at webkit.org> ---
I found an interesting thing here. This bug isn't valid if I build 
JSC with Clang (3.6). But crash happens with GCC 4.9 and 5.2 too.

It might be a compiler bug or maybe the new code introduced
in r195395 relies some non standard Clang behaviour.

By the way, it's not "good" that we try to get the 164th element
from a null-sized vector. The question is why is it null-sized.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160128/d012381c/attachment-0001.html>


More information about the webkit-unassigned mailing list