Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread The Rasterman
On Sun, 27 Nov 2011 00:06:44 +0100 Andreas Volz said: > Am Sat, 26 Nov 2011 20:38:35 +0900 schrieb Carsten Haitzler (The > Rasterman): > > Hm, would you vote for an EFL library bug or for a bug in my > application? > > I have a multi-threading application. But I'm using pthreads and sure > not

Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread Andreas Volz
Am Sat, 26 Nov 2011 20:38:35 +0900 schrieb Carsten Haitzler (The Rasterman): Hm, would you vote for an EFL library bug or for a bug in my application? I have a multi-threading application. But I'm using pthreads and sure not to call ecore lock/unlock directly, but the pthread locking functions.

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-26 Thread Vincent Torri
On Fri, 25 Nov 2011, Kim Shinwoo wrote: > Hello, > > I have refined and attached the patch. > It has ECORE_EVENT_MODIFIER_SHIFT/CTRL/ALT > and does NOT have TCHAR. actually, there are a lot of problems with the keyboard. I'll try to fix them. I have no time today, but tomorrow, i'll have more

Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread The Rasterman
On Sat, 26 Nov 2011 11:00:55 +0100 Andreas Volz said: oh yes you're right - its just the ecore thread correctness detection code. somethng is not doing lock/unlock correctly on enter/exit of ecore funcs... we just dont know what. > Am Sat, 26 Nov 2011 13:21:11 +0900 schrieb Carsten Haitzler (The

Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread Andreas Volz
Am Sat, 26 Nov 2011 13:21:11 +0900 schrieb Carsten Haitzler (The Rasterman): I don't think that I've activated threadsafety in ecore. If I run configure again in ecore I get: Ecore: always Thread support.: POSIX Thread safety..: no So I d