Re: [E-devel] [PATCH] Edje: invalidate double named group

2013-01-03 Thread Leandro Dorileo
On Thu, Jan 03, 2013 at 04:12:54PM -0200, Leandro Dorileo wrote: > Hi, > > On Thu, Jan 03, 2013 at 05:14:12PM +0900, Carsten Haitzler wrote: > > On Tue, 27 Nov 2012 11:16:45 +0900 Cedric BAIL said: > > > > > Hi, > > > > > > On Mon, Nov 26, 2012 at 11:35 PM, Leandro Dorileo > > > wrote: > > >

Re: [E-devel] [PATCH] Edje: invalidate double named group

2013-01-03 Thread Leandro Dorileo
Hi, On Thu, Jan 03, 2013 at 05:14:12PM +0900, Carsten Haitzler wrote: > On Tue, 27 Nov 2012 11:16:45 +0900 Cedric BAIL said: > > > Hi, > > > > On Mon, Nov 26, 2012 at 11:35 PM, Leandro Dorileo > > wrote: > > > Hi Cedric, > > > > > > On Mon, Nov 26, 2012 at 05:23:15PM +0900, Cedric BAIL wrote:

Re: [E-devel] [PATCH] Edje: invalidate double named group

2013-01-03 Thread The Rasterman
On Tue, 27 Nov 2012 11:16:45 +0900 Cedric BAIL said: > Hi, > > On Mon, Nov 26, 2012 at 11:35 PM, Leandro Dorileo > wrote: > > Hi Cedric, > > > > On Mon, Nov 26, 2012 at 05:23:15PM +0900, Cedric BAIL wrote: > >> Yop, > >> > >> On Wed, Nov 21, 2012 at 2:42 AM, Leandro Dorileo > >> wrote: > >> >

Re: [E-devel] [PATCH] Edje: invalidate double named group

2012-11-26 Thread Cedric BAIL
Hi, On Mon, Nov 26, 2012 at 11:35 PM, Leandro Dorileo wrote: > Hi Cedric, > > On Mon, Nov 26, 2012 at 05:23:15PM +0900, Cedric BAIL wrote: >> Yop, >> >> On Wed, Nov 21, 2012 at 2:42 AM, Leandro Dorileo >> wrote: >> > What happens if a group has 2 name statements("double named")? >> > edje will

Re: [E-devel] [PATCH] Edje: invalidate double named group

2012-11-26 Thread Leandro Dorileo
Hi Cedric, On Mon, Nov 26, 2012 at 05:23:15PM +0900, Cedric BAIL wrote: > Yop, > > On Wed, Nov 21, 2012 at 2:42 AM, Leandro Dorileo > wrote: > > What happens if a group has 2 name statements("double named")? > > edje will fail to free the groups cache while shuting down due > > the collection d

Re: [E-devel] [PATCH] Edje: invalidate double named group

2012-11-26 Thread Cedric BAIL
Yop, On Wed, Nov 21, 2012 at 2:42 AM, Leandro Dorileo wrote: > What happens if a group has 2 name statements("double named")? > edje will fail to free the groups cache while shuting down due > the collection directory entry hash having two entries with > different names but pointing to the same o

[E-devel] [PATCH] Edje: invalidate double named group

2012-11-20 Thread Leandro Dorileo
Hi, What happens if a group has 2 name statements("double named")? edje will fail to free the groups cache while shuting down due the collection directory entry hash having two entries with different names but pointing to the same object - the second try to free the part mem pool will fail - since