Re: [E-devel] eet cache bug (memory use after free)

2010-03-04 Thread Adam Simpkins
This is easily reproducible: if you create one thread that calls eet_open() then eet_close() in a loop, and another thread that calls eet_clearcache() in a loop, it crashes within a second or two. I just sent out a patch to fix this. I tried creating a ticket in trac, but it seems newly registere

[E-devel] eet cache bug (memory use after free)

2010-03-03 Thread Adam Simpkins
I was running e17 under valgrind, and encountered the following error. I'm not all that familiar with the code, but it looks like it may be a race condition in eet, between the main thread clearing the cache when idle, and another thread trying to preload images? The first two errors (write contai