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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 23:00:47 PST 2014


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

--- Comment #3 from Csaba Osztrogonác <ossy at webkit.org> ---
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.

-- 
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/20141112/57a63da2/attachment-0002.html>


More information about the webkit-unassigned mailing list