[E-devel] enlightenment_remote segfaults

2009-09-05 Thread P Purkayastha
Hi, enlightenment_remote is giving segfaults every time it is run. This has been happening since at least September 3. This is an example output: ~> which er er: aliased to enlightenment_remote ~> er -module-list REPLY <- BEGIN REPLY: "gadman" ENABLED 1 zsh: segmentation fault enlightenment_rem

Re: [E-devel] [module mail] question or maybe a bug ?

2009-09-05 Thread Christopher Michael
IIRC, yea that was what it was doing. dh Atton Jonathan wrote: > maybe the old way was to saved the number of messages in a file and then > compare the new number to the old ? > > 2009/9/4 Christopher Michael > > > Nicolas H. wrote: > > Hello everyone h

Re: [E-devel] [module mail] question or maybe a bug ?

2009-09-05 Thread Atton Jonathan
maybe the old way was to saved the number of messages in a file and then compare the new number to the old ? 2009/9/4 Christopher Michael > Nicolas H. wrote: > > Hello everyone here, > > > > > > I hope it's the right place to send this, I was recommended to do so on > > the #e irc. > > > > So, I

Re: [E-devel] NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-05 Thread Gustavo Sverzut Barbieri
On Sat, Sep 5, 2009 at 10:01 AM, Mathieu Taillefumier wrote: > hello, >> >> Update to all: I did quite a lot of work on logging this weekend and >> I'm underway with a patch to remove all independent module >> initialization to a sing eina_init(), that should remove lots of crap >> from our init pr

Re: [E-devel] NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-05 Thread Mathieu Taillefumier
hello, > Update to all: I did quite a lot of work on logging this weekend and > I'm underway with a patch to remove all independent module > initialization to a sing eina_init(), that should remove lots of crap > from our init process. > > Given that I'd like to postpone this weekend freeze to the

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2009-09-05 Thread hannes.janet...@gmail.com
>>  #endif >> >> -   _e_modules = eina_list_reverse(_e_modules); >> - >> -   EINA_LIST_FREE(_e_modules, m) >> +   // whats was this for? modules should not depend on each others load >> order >> +   // _e_modules = eina_list_reverse(_e_modules); >> > > Loading (and unloading) order is important!! >

Re: [E-devel] E SVN: urandom trunk/PROTO/image-viewer/src/bin

2009-09-05 Thread Viktor Kojouharov
On Fri, 2009-09-04 at 20:46 -0300, Gustavo Sverzut Barbieri wrote: > On Fri, Sep 4, 2009 at 8:37 PM, Enlightenment > SVN wrote: > > Log: > > create own domain for logging > > no problem with that, but I'd say applications are fine using the > global domain if they want. > not if you want to prin