On Mon, 7 May 2012 19:09:45 +0900 (KST) Jiyoun Park <[email protected]> said:
hmm realistically ecore_init and shutdown (same really with almost any efl api) is intended to be run ONCE per process and the shutdown once at process termination. not multiple times. it's a lot harder to make this always work in the repeated init/shutdown case and frankly was never intended for this or tested and implemented for it. my suggestion: only init once and shut down once. :) > Hello. > > I have a question related with ecore_init/ecore_shutdown. > > ecore_init called ecore_pipe_add. > but ecore_shutdown didn't call ecore_pipe_del because of dealing with writing > of onother thread. > > This makes problem if application called ecore_init/ecore_shutdown several > times in application life time. It will increse fd number until file open > fail. > > Is there some method to solve this bug or guide for application? > this is known bug. > > If somebody have good method to solve or avoid this problem, please let me > know it thank you. > > I attached sample code. > > > ------ Jiyoun Park (jypark) --------- > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
