Re: [E-devel] everything module segv

2009-10-01 Thread [email protected]
Hi, thanks for reporting. fixed now. Regards, Hannes On Thu, Oct 1, 2009 at 11:45 PM, Vincent Pomageot wrote: > Hi, > > I've spotted a bug in everything module : browsing an empty directory makes > it crash. > Gdb led me to line 183 of evry_plugin_aggregator.c "pp = lp->data" where lp > is NULL.

[E-devel] everything module segv

2009-10-01 Thread Vincent Pomageot
Hi, I've spotted a bug in everything module : browsing an empty directory makes it crash. Gdb led me to line 183 of evry_plugin_aggregator.c "pp = lp->data" where lp is NULL. A work around could be to check lp after its initialization line 122, but I'm not sure it's the correct solution and that t