RESOLVED FIXED Bug 111441
Cache flush problem on ARMv7 JSC
https://bugs.webkit.org/show_bug.cgi?id=111441
Summary Cache flush problem on ARMv7 JSC
Gabor Rapcsanyi
Reported 2013-03-05 07:50:09 PST
The ARMv7 random crash problem is caused by cache flushing. https://bugs.webkit.org/show_bug.cgi?id=108632 just hide the real bug. The problem is similar to this bug: https://bugs.webkit.org/show_bug.cgi?id=77712 After changing the cache flush mechanism in ARMv7 to ARM traditional the problem has gone.
Attachments
proposed fix (4.20 KB, patch)
2013-03-06 06:07 PST, Gabor Rapcsanyi
no flags
Csaba Osztrogonác
Comment 1 2013-03-05 07:58:00 PST
*** Bug 108632 has been marked as a duplicate of this bug. ***
Csaba Osztrogonác
Comment 2 2013-03-05 07:59:32 PST
Could you revert Simon's workaround ( http://trac.webkit.org/changeset/144170 ) after or with this patch?
Gabor Rapcsanyi
Comment 3 2013-03-06 06:07:16 PST
Created attachment 191737 [details] proposed fix In another patch we should make it more sophisticated but for now it solves the problem. I'm also reverting Simon's patch with this.
Csaba Osztrogonác
Comment 4 2013-03-06 09:43:20 PST
Yay, with this patch there are only 171 remaining inspector crashes on Thumb2, but they are unrelated to this bug - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7987
Zoltan Herczeg
Comment 5 2013-03-08 00:27:34 PST
Comment on attachment 191737 [details] proposed fix r=me. But I think the current flush mechanism invalidates a large amount of unnecessary, so we should improve with it.
WebKit Review Bot
Comment 6 2013-03-08 01:29:48 PST
Comment on attachment 191737 [details] proposed fix Clearing flags on attachment: 191737 Committed r145194: <http://trac.webkit.org/changeset/145194>
WebKit Review Bot
Comment 7 2013-03-08 01:29:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.