RESOLVED FIXED 123505
REGRESSION(r158214): It made zillion tests crash on GTK and EFL
https://bugs.webkit.org/show_bug.cgi?id=123505
Summary REGRESSION(r158214): It made zillion tests crash on GTK and EFL
Csaba Osztrogonác
Reported 2013-10-30 03:22:44 PDT
http://trac.webkit.org/changeset/158214 made almost all tests crash on GTK and EFL See the EFL bot for detailed crash logs: http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK1/r158225%20%282431%29/batterystatus/event-after-navigation-crash-log.txt Unfortunately the GTK release bot doesn't provide crash logs and tests pass on the GTK debug bot. Shouldn't we disable simple line layout again on !MAC platforms until proper fix?
Attachments
Patch (1.40 KB, patch)
2013-10-30 04:05 PDT, Zan Dobersek
koivisto: review-
koivisto: commit-queue-
Zan Dobersek
Comment 1 2013-10-30 03:42:32 PDT
The Layout struct should use the WTF_MAKE_FAST_ALLOCATED macro. TcMalloc (which is enabled on release configurations of the affected ports) was used to allocate the memory, so it should also handle its deallocation. Bug #120246 covered a very similar regression.
Zan Dobersek
Comment 2 2013-10-30 04:05:53 PDT
Antti Koivisto
Comment 3 2013-10-30 04:15:27 PDT
Antti Koivisto
Comment 4 2013-10-30 04:15:47 PDT
Comment on attachment 215494 [details] Patch Already fixed
Note You need to log in before you can comment on or make changes to this bug.