[Webkit-unassigned] [Bug 60111] webkit crash opening JavaScript typed arrays matrix library benchmark

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 19:58:47 PDT 2011


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





--- Comment #4 from Stephen Bannasch <stephen.bannasch at gmail.com>  2011-05-04 19:58:47 PST ---
Testing on webkit 85764 it is this commit ii my webgl-matrix-benchmarks by Gregg Tavares where webkit starts crashing:

https://github.com/stepheneb/webgl-matrix-benchmarks/commit/26f1f74783297a50c8faf555ff7919a0c865684

commit 26f1f74783297a50c8faf555ff7919a0c8656840
Author: Gregg Tavares <gman at chromium.org>
Date:   Tue May 3 09:12:44 2011 -0700

    Changed random matrices to use more reasonable values.

    The old ones used Math.random()*100 which makes really bogus
    matrices. Multiplying 99 times itself 20000 times (the count
    for the tests) overflows. The doubles turn into 'infinity'.
    So I changed them all to make a more reasonable matrix of the
    type that would be seen in a real app.

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