[Webkit-unassigned] [Bug 124640] REGRESSION (r159486): EFL WK2 MiniBrowser doesn't launch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 24 19:36:40 PST 2013


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





--- Comment #6 from Ryuan Choi <ryuan.choi at samsung.com>  2013-11-24 19:35:08 PST ---
(In reply to comment #5)
> Now I can't work anything on EFL MiniBrowser. How about reverting it until you solve this issue ?

Sad, I think that we should remove all efreet related code or call efreet_init correctly.

Anyway, I checked in someone's machine which reproduced same issue.
It looks because inotify was limitted and other process used all available inotify resources.

Could you tried once more with below command? (temporal solution)
sudo sh -c 'echo 1048576 > /proc/sys/fs/inotify/max_user_watches'

If it is fine, you can read more information (including permanant solution) at
http://peter-butkovic.blogspot.kr/2013/08/tail-inotify-resources-exhausted.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list