On Wed, 2 Mar 2011 23:30:55 +0100 Andreas Volz <li...@brachttal.net> said:

> Am Wed, 2 Mar 2011 00:22:56 +0100 schrieb Andreas Volz:
> 
> > Hello,
> > 
> > my application crashes after recompiling EFL:
> > 
> > http://codepad.org/gQc8fqaL
> > 
> > Reason is that elm_config=NULL while dereferencing and using the
> > macro ENGINE_COMPARE.
> > 
> > Any ideas?
> 
> I just found the "problematic" commit (rev. 56218): (raster)
> 
> > dont ALWAYS init elm for externals - if one isnt used.. why init it?
> > (for that matter externals has a problem in design - it loads every
> > module for externals and thus links in every lib even if never used by
> > the app/edje obj).
> 
> If I comment out e.g. the elm_shutdown() in external_elm_shutdown()
> (line 27) my application works again.
> 
> I'll explain you my application setup. I start a plain Edje application
> without any linking or initialization to elementary. Then it loads user
> defined edj files. And in some of there are Elementary widgets. I
> couldn't know this before.
> 
> Displaying my first edj file works great, but after deleting it I got
> this crash. This is problematic as the main application logic is to
> load and unload edj files...
> 
> Do you've any ideas how to solve this problem? Could you maybe revert
> your patch until a final design solution is found. If not I've to
> maintain local patches for my project. :-(

hmm. so the problem here is that actually an elm_shutdown followed by and
elm_init() doesn't work right. thats the crux of the problem. right? (sorry -
didnt get to talk about this last week in person :))

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to