Re: [e-users] Crash on efreet-init()

2012-12-03 Thread Jose Souza
Its seen that efreet_language_get() in efreet_cache_init() is returning NULL... On Sun, Dec 2, 2012 at 3:50 PM, mik firestone mikf...@gmail.com wrote: CTION__ = _edbus_message_arguments_vset #9 0xb7186732 in _edbus_proxy_vcall (prox

Re: [e-users] Crash on efreet-init()

2012-12-03 Thread Gustavo Sverzut Barbieri
On Monday, December 3, 2012, Jose Souza wrote: Its seen that efreet_language_get() in efreet_cache_init() is returning NULL... Edbus should check null pointer and report error with EINA_SAFETY This for strings, arrays, object paths and everything else that may lead to crashes. If there is no

Re: [e-users] Crash on efreet-init()

2012-12-03 Thread mik firestone
That was the trick. efreet_language_get() calls efreet_parse_locale(), which looks to three possible environmental variables: LANG, LC_ALL and LC_MESSAGES. None of those were set in my environment, which caused all sorts of problems. Once I set one of them, e started up properly. Which is a

[e-users] Crash on efreet-init()

2012-12-02 Thread mik firestone
I need some help. I am assuming this is something on my machine, since nobody else has mentioned seeing these issues. I have built rev 79984 and every time I try to start E, nothing happens. When I switch back to my terminal window, I just see PAUSE. I have tried this with a clean ~/.e and I see