WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
124640
REGRESSION (
r159486
): EFL WK2 MiniBrowser doesn't launch
https://bugs.webkit.org/show_bug.cgi?id=124640
Summary
REGRESSION (r159486): EFL WK2 MiniBrowser doesn't launch
Gyuyoung Kim
Reported
2013-11-19 23:58:06 PST
EFL MiniBrowser doesn't launch since
r159486
. ERR<5599>:efreet_cache efreet_cache.c:159 efreet_cache_init() Failed to set up ecore file monitor for '/home/gyuyoung/.cache/efreet' CRI<5599>:ewebkit2 /home/gyuyoung/webkit/WebKit/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:83 ewk_init() could not init efreet.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryuan Choi
Comment 1
2013-11-20 01:25:09 PST
(In reply to
comment #0
)
> EFL MiniBrowser doesn't launch since
r159486
. > > ERR<5599>:efreet_cache efreet_cache.c:159 efreet_cache_init() Failed to set up ecore file monitor for '/home/gyuyoung/.cache/efreet' > CRI<5599>:ewebkit2 /home/gyuyoung/webkit/WebKit/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:83 ewk_init() could not init efreet.
weird, It looks fine to me on both debug and release build. Could you check the folder status of ~/.cache and ~/.cache/efreet ?
Gyuyoung Kim
Comment 2
2013-11-20 01:56:33 PST
(In reply to
comment #1
)
> (In reply to
comment #0
) > > EFL MiniBrowser doesn't launch since
r159486
. > > > > ERR<5599>:efreet_cache efreet_cache.c:159 efreet_cache_init() Failed to set up ecore file monitor for '/home/gyuyoung/.cache/efreet' > > CRI<5599>:ewebkit2 /home/gyuyoung/webkit/WebKit/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:83 ewk_init() could not init efreet. > > weird, It looks fine to me on both debug and release build. > > Could you check the folder status of ~/.cache and ~/.cache/efreet ?
Though I have ~/.cache and ~/.cache/efreet, I have still this problem.
Gyuyoung Kim
Comment 3
2013-11-21 22:46:59 PST
I can't run layout test locally because of same reason.
Ryuan Choi
Comment 4
2013-11-21 22:53:04 PST
(In reply to
comment #3
)
> I can't run layout test locally because of same reason.
I think that it looks efreet bug, but I can't reproduce. :( I will check whether we can disable efreet_cache as a workaround.
Gyuyoung Kim
Comment 5
2013-11-24 17:17:24 PST
Now I can't work anything on EFL MiniBrowser. How about reverting it until you solve this issue ?
Ryuan Choi
Comment 6
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
Michael Catanzaro
Comment 7
2017-06-07 19:50:21 PDT
Closing some bugs that probably only affect EFL. Please leave a comment if you feel this bug was closed in error.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug