Summary: | REGRESSION(FTL merge): There are still crashes on ARM | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | allan.jensen, barraclough, cgarcia, fpizlo, jbriance, loki, mark.lam, mhahnenberg, msaboff, oliver, ossy, rgabor, xinchao.peng, zan, zherczeg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 108645, 119433 |
Description
Csaba Osztrogonác
2013-08-08 05:10:43 PDT
The test results show there was a crash, but there isn't a crash log. Could you run one or more of these tests and attach a backtrace? (In reply to comment #1) > The test results show there was a crash, but there isn't a crash log. Could you run one or more of these tests and attach a backtrace? Unfortunately I can't do it on my summer holiday. Maybe rgabor could help you. Gábor, any progression? It seems there are still crashes on ARM traditional: - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/9707 - 27 crashing layout tests; LayoutTests/js tests: 9 failures found, 3 crashes found; Results for JSC stress tests: 28 failures found. And a little bit less problem on ARM Thumb2: - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/9706 - 7 crashing layout tests; LayoutTests/js tests: 6 failures found; Results for JSC stress tests: 15 failures found. I think it is invalid now, ARM are quite stable now. |