Bug 129219
Summary: | Matrix benchmark crashes with FTL enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | fpizlo, oliver, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://stepheneb.github.io/webgl-matrix-benchmarks/matrix_benchmark.html |
Oliver Hunt
Going to http://stepheneb.github.io/webgl-matrix-benchmarks/matrix_benchmark.html with the FTL appears to produce an insta crash
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16142751>
Radar WebKit Bug Importer
<rdar://problem/16142752>
Filip Pizlo
You didn't enable the FTL. This crash is an assertion that you're trying to run-time enable the FTL without build-time enabling it.