On Sat, 18 Dec 2010 18:49:53 +0100
Andreas Volz <[email protected]> wrote:

> Am Fri, 17 Dec 2010 21:13:59 -0500 schrieb Mike Blumenkrantz:
> 
> > On Sat, 18 Dec 2010 10:44:00 +0900
> > Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> > 
> > > main_fd_handler_add() Failed to add
> > > > poll on fd 18 (errno = 17)! ERR<14518>:ecore ecore.c:227
> > > > _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!!
> > > > *** IN FUNCTION: ecore_main_fd_handler_active_set()
> > > > ERR<14518>:ecore ecore.c:229 _ecore_magic_fail()   Input handle
> > > > pointer is NULL! ERR<14518>:ecore ecore.c:240 _ecore_magic_fail()
> > > > *** NAUGHTY PROGRAMMER!!! *** SPANK SPANK SPANK!!!
> > > > *** Now go fix your code. Tut tut tut!
> > > > ERR<14518>:ecore ecore_main.c:758 ecore_main_fd_handler_add()
> > > > Failed to add poll on fd 18 (errno = 17)! ERR<14518>:ecore
> > > > ecore.c:227 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic
> > > > Check Failed!!!
> > Try disabling epoll support in ecore and see if you still get this
> > same same error.
> 
> I compiled with --disable-epoll and all works again. I tied to update
> to an older revision and use --enable-epoll, but compilation failed.
> 
> I don't know what's the functional meaning of this option, but I'm
> happy with disabling it. :-)
> 
> regards
>       Andreas
> 
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
The current epoll code will error when you try to add the same fd twice (bad
behavior to begin with), so your only choice is to not use epoll currently.
This may change in the future depending on the whims of the other Mike.

-- 
Mike Blumenkrantz
Zentific: We run the three-legged race individually.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to