Re: [E-devel] edje with external parts gives segfault

2011-04-12 Thread The Rasterman
On Mon, 11 Apr 2011 11:29:21 -0300 Gustavo Sverzut Barbieri said: > > Sounds like elementary was shutdown to much. Will need to investigate > > why, but I was sure that bug was fixed a few month ago... > > Seems he never initiated it at all. I used to do this while loading > external modules, bu

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Daniel Juyung Seo
Just make a sample code and send it to mailing list :) That'll help you a lot. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Apr 11, 2011 at 11:29 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Mon, Apr 11, 2011 at 11:01 AM, Cedric BAIL wrote: > > Hello, > > > > On Mon, Apr 11,

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Gustavo Sverzut Barbieri
On Mon, Apr 11, 2011 at 11:01 AM, Cedric BAIL wrote: > Hello, > > On Mon, Apr 11, 2011 at 3:44 PM, clement.leger wrote: >> While trying to use edje with externals (elm/button), i have encountered >> errors with segfault when i wanted to deallocate the edje object >> (evas_object_del). >> I have s

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Atton Jonathan
I have no problem in Enki and I use elm_external a lot. Are you deleting some objects yourself or you only delete the edje object ? What elm objects are you using ? 2011/4/11 clement.leger > Hello, > > While trying to use edje with externals (elm/button), i have encountered > errors with segfa

Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Cedric BAIL
Hello, On Mon, Apr 11, 2011 at 3:44 PM, clement.leger wrote: > While trying to use edje with externals (elm/button), i have encountered > errors with segfault when i wanted to deallocate the edje object > (evas_object_del). > I have seen that it also does that with edje_player and the official >