Try to get more log output with: EINA_LOG_LEVELS="eina_module:5" (I
actually don't remember the number, but 5 is big enough).

On Thu, Feb 28, 2013 at 7:41 PM, Andreas Volz <li...@brachttal.net> wrote:
> Hello,
>
> I traced my module loader and I get in eina_module_new in line
>
> at DBG("m=%p, file=%s", m, file);
>
> this output:
> m=0x5115eb20, file=eina_module_new
>
> and in eina_module_load(Eina_Module *m)
>
> at DBG("m=%p, handle=%p, file=%s, refs=%d", m, m->handle, m->file,
> m->ref);
>
> m=0x5115eb10, handle=0x50d14f30, file=lib/eina/eina_module.c, refs=4
>
> and at WRN("could not dlopen(\"%s\", RTLD_NOW): %s", m->file,
> dlerror());
>
> could not dlopen("H�/", RTLD_NOW): eina_module_load
>
> For me this sounds as something went really wrong... :-)
>
> I traced it back and I call _ecore_evas_engine_load("android");
>
> and direct in the first line in _ecore_evas_engine_load I do:
>
> DBG("engine (av): %s", engine);
>
> and get: engine (av): ^TY�P0^G�L
>
> Sounds even more strange. Seems I broke something really serious. Any
> hints for a (today) blind one... :-)
>
> regards
>         Andreas
>
> --
> Technical Blog <http://andreasvolz.wordpress.com/>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Rafael Antognolli
http://antognolli.org/

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to