[Webkit-unassigned] [Bug 137725] layout test on EFL buildbot is too often broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 13 22:16:09 PST 2014


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

--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
(In reply to comment #3)
> I remember that we have not the same, but a similar problem long long
> ago in the QtWebKit era with leaking semaphores and shared memory.
> It wasn't related to apache, but buggy IPC implementation.
> 
> Until the proper fix, we had a magic script to clean up 
> trashes regularly with a cron job:
> ipcs -m| awk '{ print $2 }'|xargs ipcrm shm >/dev/null
> ipcs -s| awk '{ print $2 }'|xargs ipcrm sem >/dev/null
> 
> I'm not sure if it is too safe, but it worked, I can't
> remember if it removed a neccessary thing ever.

Ossy, I increased shared memory on EFL buildbot yesterday. In /etc/sysctl.conf file, I set "kernel.shmmax" with "4294967296" (4GB).

So now layout test on EFL buildbot looks fine until now. Let's see that this fix can solve this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141114/df060a8e/attachment-0002.html>


More information about the webkit-unassigned mailing list