Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Fri, 29 Jun 2012 01:02:10 +0200 Vincent Torri
 wrote:

> On Fri, Jun 29, 2012 at 12:54 AM, David Seikel 
> wrote:
> > On Fri, 29 Jun 2012 00:30:17 +0200 Vincent Torri
> >  wrote:
> >
> >> On Fri, Jun 29, 2012 at 12:21 AM, David Seikel 
> >> wrote:
> >> > On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
> >> >  wrote:
> >> >
> >> >> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel
> >> >>  wrote:
> >> >> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel
> >> >> >  wrote:
> >> >> >
> >> >> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel
> >> >> >>  wrote:
> >> >> >>
> >> >> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
> >> >> >> >  wrote:
> >> >> >> >
> >> >> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
> >> >> >> > >  wrote:
> >> >> >> > >
> >> >> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
> >> >> >> > > >  wrote:
> >> >> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> >> >> >> > > > >  wrote:
> >> >> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> >> >> >> > > > >>  wrote:
> >> >> >> > > > >> > Recently I've been getting a one second pause
> >> >> >> > > > >> > then an error message when I exit out of stuff
> >> >> >> > > > >> > compiled with up to date EFL -
> >> >> >> > > > >> >
> >> >> >> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
> >> >> >> > > > >> > _ecore_thread_shutdown() 1 of the child thread are
> >> >> >> > > > >> > still running after 1s. This can lead to a segv.
> >> >> >> > > > >> > Sorry.
> >> >> >> > > > >> >
> >> >> >> > > > >> > This is happening on programs that don't actually
> >> >> >> > > > >> > use threads. Have not seen any seggies though.
> >> >> >> > > > >>
> >> >> >> > > > >> Interresting. What library do you use and
> >> >> >> > > > >> initialize ? What svn version are you using ?
> >> >> >> > > > >> Jerome reported to me the same issue, but I have
> >> >> >> > > > >> some very hard time to reproduce the problem.
> >> >> >> > > > >> Having some one else triggering the same problem
> >> >> >> > > > >> could help me understand what is going on.
> >> >> >> > > > >
> >> >> >> > > > > It's been happening for some time, through multiple
> >> >> >> > > > > SVN updates. Seems to be just about all EFL
> >> >> >> > > > > programs, for instance (after a fresh SVN update
> >> >> >> > > > > just now) -
> >> >> >> > > > >
> >> >> >> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> >> >> >> > > > > ERR<19471>:ecore ecore_thread.c:651
> >> >> >> > > > > _ecore_thread_shutdown() 1 of the child thread are
> >> >> >> > > > > still running after 1s. This can lead to a segv.
> >> >> >> > > > > Sorry.
> >> >> >> > > >
> >> >> >> > > > Oki, how many CPU do you have ? What kind are they ?
> >> >> >> > >
> >> >> >> > > Four core AMD -
> >> >> >> > >
> >> >> >> > > vendor_id       : AuthenticAMD
> >> >> >> > > cpu family      : 16
> >> >> >> > > model           : 5
> >> >> >> > > model name      : AMD Phenom(tm) II X4 840 Processor
> >> >> >> > > stepping        : 3
> >> >> >> > > cpu MHz         : 800.000
> >> >> >> > > cache size      : 512 KB
> >> >> >> > > apicid          : 0
> >> >> >> > > initial apicid  : 0
> >> >> >> > > fpu             : yes
> >> >> >> > > fpu_exception   : yes
> >> >> >> > > cpuid level     : 5
> >> >> >> > > wp              : yes
> >> >> >> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic
> >> >> >> > > sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse
> >> >> >> > > sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm
> >> >> >> > > 3dnowext 3dnow constant_tsc rep_good nonstop_tsc
> >> >> >> > > extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy
> >> >> >> > > svm extapic cr8_legacy abm sse4a misalignsse
> >> >> >> > > 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock
> >> >> >> > > nrip_save bogomips        : 6429.38 TLB size        :
> >> >> >> > > 1024 4K pages clflush size    : 64
> >> >> >> > > cache_alignment : 64
> >> >> >> > > address sizes   : 48 bits physical, 48 bits virtual
> >> >> >> > > power management: ts ttp tm stc 100mhzsteps hwpstate
> >> >> >> > >
> >> >> >> > > In case it's important - Ubuntu Linux 10.04 fully up to
> >> >> >> > > date.
> >> >> >> > >
> >> >> >> > > After this mornings update it seems to have stopped
> >> >> >> > > happening on the app I'm working on, but still on
> >> >> >> > > elementary_test.  Doing another update right now.
> >> >> >> >
> >> >> >> > Actually figured out that the reason it's not complaining
> >> >> >> > any more is coz something broke eina logging.  Still
> >> >> >> > trying to figure out what's the new way to actually get
> >> >> >> > that working.
> >> >> >> >
> >> >> >>
> >> >> >> Can't actually enable logging in eina now.  Which means the
> >> >> >> original problem is now being hidden.  Hmm, think this
> >> >> >> commit is the logging problem -
> >> >> >>
> >> >> >> Log:
> >> >> >> Eina: add nice m4 macro to check function. Will be usable
> >> >> >> easily in the merge, per EFL lib
> >> >> >>   Please, test. con

Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread Vincent Torri
On Fri, Jun 29, 2012 at 12:54 AM, David Seikel  wrote:
> On Fri, 29 Jun 2012 00:30:17 +0200 Vincent Torri
>  wrote:
>
>> On Fri, Jun 29, 2012 at 12:21 AM, David Seikel 
>> wrote:
>> > On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
>> >  wrote:
>> >
>> >> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel 
>> >> wrote:
>> >> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel
>> >> >  wrote:
>> >> >
>> >> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel
>> >> >>  wrote:
>> >> >>
>> >> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
>> >> >> >  wrote:
>> >> >> >
>> >> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
>> >> >> > >  wrote:
>> >> >> > >
>> >> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
>> >> >> > > >  wrote:
>> >> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
>> >> >> > > > >  wrote:
>> >> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
>> >> >> > > > >>  wrote:
>> >> >> > > > >> > Recently I've been getting a one second pause then an
>> >> >> > > > >> > error message when I exit out of stuff compiled with
>> >> >> > > > >> > up to date EFL -
>> >> >> > > > >> >
>> >> >> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
>> >> >> > > > >> > _ecore_thread_shutdown() 1 of the child thread are
>> >> >> > > > >> > still running after 1s. This can lead to a segv.
>> >> >> > > > >> > Sorry.
>> >> >> > > > >> >
>> >> >> > > > >> > This is happening on programs that don't actually use
>> >> >> > > > >> > threads. Have not seen any seggies though.
>> >> >> > > > >>
>> >> >> > > > >> Interresting. What library do you use and initialize ?
>> >> >> > > > >> What svn version are you using ? Jerome reported to me
>> >> >> > > > >> the same issue, but I have some very hard time to
>> >> >> > > > >> reproduce the problem. Having some one else triggering
>> >> >> > > > >> the same problem could help me understand what is going
>> >> >> > > > >> on.
>> >> >> > > > >
>> >> >> > > > > It's been happening for some time, through multiple SVN
>> >> >> > > > > updates. Seems to be just about all EFL programs, for
>> >> >> > > > > instance (after a fresh SVN update just now) -
>> >> >> > > > >
>> >> >> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
>> >> >> > > > > ERR<19471>:ecore ecore_thread.c:651
>> >> >> > > > > _ecore_thread_shutdown() 1 of the child thread are still
>> >> >> > > > > running after 1s. This can lead to a segv. Sorry.
>> >> >> > > >
>> >> >> > > > Oki, how many CPU do you have ? What kind are they ?
>> >> >> > >
>> >> >> > > Four core AMD -
>> >> >> > >
>> >> >> > > vendor_id       : AuthenticAMD
>> >> >> > > cpu family      : 16
>> >> >> > > model           : 5
>> >> >> > > model name      : AMD Phenom(tm) II X4 840 Processor
>> >> >> > > stepping        : 3
>> >> >> > > cpu MHz         : 800.000
>> >> >> > > cache size      : 512 KB
>> >> >> > > apicid          : 0
>> >> >> > > initial apicid  : 0
>> >> >> > > fpu             : yes
>> >> >> > > fpu_exception   : yes
>> >> >> > > cpuid level     : 5
>> >> >> > > wp              : yes
>> >> >> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic
>> >> >> > > sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht
>> >> >> > > syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow
>> >> >> > > constant_tsc rep_good nonstop_tsc extd_apicid pni monitor
>> >> >> > > cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm
>> >> >> > > sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv
>> >> >> > > svm_lock nrip_save bogomips        : 6429.38
>> >> >> > > TLB size        : 1024 4K pages
>> >> >> > > clflush size    : 64
>> >> >> > > cache_alignment : 64
>> >> >> > > address sizes   : 48 bits physical, 48 bits virtual
>> >> >> > > power management: ts ttp tm stc 100mhzsteps hwpstate
>> >> >> > >
>> >> >> > > In case it's important - Ubuntu Linux 10.04 fully up to
>> >> >> > > date.
>> >> >> > >
>> >> >> > > After this mornings update it seems to have stopped
>> >> >> > > happening on the app I'm working on, but still on
>> >> >> > > elementary_test.  Doing another update right now.
>> >> >> >
>> >> >> > Actually figured out that the reason it's not complaining any
>> >> >> > more is coz something broke eina logging.  Still trying to
>> >> >> > figure out what's the new way to actually get that working.
>> >> >> >
>> >> >>
>> >> >> Can't actually enable logging in eina now.  Which means the
>> >> >> original problem is now being hidden.  Hmm, think this commit is
>> >> >> the logging problem -
>> >> >>
>> >> >> Log:
>> >> >> Eina: add nice m4 macro to check function. Will be usable
>> >> >> easily in the merge, per EFL lib
>> >> >>   Please, test. config.h is the same (except useless macro
>> >> >> HAVE_ICONV_H) and compilation is correct on linux and mingw here
>> >> >>
>> >> >> Author:       caro
>> >> >> Date:         2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
>> >> >> New Revision: 72972
>> >> >
>> >> > I made an evil hack to eina so that I could enable logging, a

Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Fri, 29 Jun 2012 00:30:17 +0200 Vincent Torri
 wrote:

> On Fri, Jun 29, 2012 at 12:21 AM, David Seikel 
> wrote:
> > On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
> >  wrote:
> >
> >> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel 
> >> wrote:
> >> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel
> >> >  wrote:
> >> >
> >> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel
> >> >>  wrote:
> >> >>
> >> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
> >> >> >  wrote:
> >> >> >
> >> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
> >> >> > >  wrote:
> >> >> > >
> >> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
> >> >> > > >  wrote:
> >> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> >> >> > > > >  wrote:
> >> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> >> >> > > > >>  wrote:
> >> >> > > > >> > Recently I've been getting a one second pause then an
> >> >> > > > >> > error message when I exit out of stuff compiled with
> >> >> > > > >> > up to date EFL -
> >> >> > > > >> >
> >> >> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
> >> >> > > > >> > _ecore_thread_shutdown() 1 of the child thread are
> >> >> > > > >> > still running after 1s. This can lead to a segv.
> >> >> > > > >> > Sorry.
> >> >> > > > >> >
> >> >> > > > >> > This is happening on programs that don't actually use
> >> >> > > > >> > threads. Have not seen any seggies though.
> >> >> > > > >>
> >> >> > > > >> Interresting. What library do you use and initialize ?
> >> >> > > > >> What svn version are you using ? Jerome reported to me
> >> >> > > > >> the same issue, but I have some very hard time to
> >> >> > > > >> reproduce the problem. Having some one else triggering
> >> >> > > > >> the same problem could help me understand what is going
> >> >> > > > >> on.
> >> >> > > > >
> >> >> > > > > It's been happening for some time, through multiple SVN
> >> >> > > > > updates. Seems to be just about all EFL programs, for
> >> >> > > > > instance (after a fresh SVN update just now) -
> >> >> > > > >
> >> >> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> >> >> > > > > ERR<19471>:ecore ecore_thread.c:651
> >> >> > > > > _ecore_thread_shutdown() 1 of the child thread are still
> >> >> > > > > running after 1s. This can lead to a segv. Sorry.
> >> >> > > >
> >> >> > > > Oki, how many CPU do you have ? What kind are they ?
> >> >> > >
> >> >> > > Four core AMD -
> >> >> > >
> >> >> > > vendor_id       : AuthenticAMD
> >> >> > > cpu family      : 16
> >> >> > > model           : 5
> >> >> > > model name      : AMD Phenom(tm) II X4 840 Processor
> >> >> > > stepping        : 3
> >> >> > > cpu MHz         : 800.000
> >> >> > > cache size      : 512 KB
> >> >> > > apicid          : 0
> >> >> > > initial apicid  : 0
> >> >> > > fpu             : yes
> >> >> > > fpu_exception   : yes
> >> >> > > cpuid level     : 5
> >> >> > > wp              : yes
> >> >> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic
> >> >> > > sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht
> >> >> > > syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow
> >> >> > > constant_tsc rep_good nonstop_tsc extd_apicid pni monitor
> >> >> > > cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm
> >> >> > > sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv
> >> >> > > svm_lock nrip_save bogomips        : 6429.38
> >> >> > > TLB size        : 1024 4K pages
> >> >> > > clflush size    : 64
> >> >> > > cache_alignment : 64
> >> >> > > address sizes   : 48 bits physical, 48 bits virtual
> >> >> > > power management: ts ttp tm stc 100mhzsteps hwpstate
> >> >> > >
> >> >> > > In case it's important - Ubuntu Linux 10.04 fully up to
> >> >> > > date.
> >> >> > >
> >> >> > > After this mornings update it seems to have stopped
> >> >> > > happening on the app I'm working on, but still on
> >> >> > > elementary_test.  Doing another update right now.
> >> >> >
> >> >> > Actually figured out that the reason it's not complaining any
> >> >> > more is coz something broke eina logging.  Still trying to
> >> >> > figure out what's the new way to actually get that working.
> >> >> >
> >> >>
> >> >> Can't actually enable logging in eina now.  Which means the
> >> >> original problem is now being hidden.  Hmm, think this commit is
> >> >> the logging problem -
> >> >>
> >> >> Log:
> >> >> Eina: add nice m4 macro to check function. Will be usable
> >> >> easily in the merge, per EFL lib
> >> >>   Please, test. config.h is the same (except useless macro
> >> >> HAVE_ICONV_H) and compilation is correct on linux and mingw here
> >> >>
> >> >> Author:       caro
> >> >> Date:         2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
> >> >> New Revision: 72972
> >> >
> >> > I made an evil hack to eina so that I could enable logging, and
> >> > the original bug is still there.  It's just visible again
> >> > instead of being hidden.
> >>
> >> it works on my computer, i verified that before committing
>

Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread Vincent Torri
On Fri, Jun 29, 2012 at 12:21 AM, David Seikel  wrote:
> On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
>  wrote:
>
>> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel 
>> wrote:
>> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel 
>> > wrote:
>> >
>> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel 
>> >> wrote:
>> >>
>> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
>> >> >  wrote:
>> >> >
>> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
>> >> > >  wrote:
>> >> > >
>> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
>> >> > > >  wrote:
>> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
>> >> > > > >  wrote:
>> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
>> >> > > > >>  wrote:
>> >> > > > >> > Recently I've been getting a one second pause then an
>> >> > > > >> > error message when I exit out of stuff compiled with up
>> >> > > > >> > to date EFL -
>> >> > > > >> >
>> >> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
>> >> > > > >> > _ecore_thread_shutdown() 1 of the child thread are still
>> >> > > > >> > running after 1s. This can lead to a segv. Sorry.
>> >> > > > >> >
>> >> > > > >> > This is happening on programs that don't actually use
>> >> > > > >> > threads. Have not seen any seggies though.
>> >> > > > >>
>> >> > > > >> Interresting. What library do you use and initialize ?
>> >> > > > >> What svn version are you using ? Jerome reported to me
>> >> > > > >> the same issue, but I have some very hard time to
>> >> > > > >> reproduce the problem. Having some one else triggering
>> >> > > > >> the same problem could help me understand what is going
>> >> > > > >> on.
>> >> > > > >
>> >> > > > > It's been happening for some time, through multiple SVN
>> >> > > > > updates. Seems to be just about all EFL programs, for
>> >> > > > > instance (after a fresh SVN update just now) -
>> >> > > > >
>> >> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
>> >> > > > > ERR<19471>:ecore ecore_thread.c:651
>> >> > > > > _ecore_thread_shutdown() 1 of the child thread are still
>> >> > > > > running after 1s. This can lead to a segv. Sorry.
>> >> > > >
>> >> > > > Oki, how many CPU do you have ? What kind are they ?
>> >> > >
>> >> > > Four core AMD -
>> >> > >
>> >> > > vendor_id       : AuthenticAMD
>> >> > > cpu family      : 16
>> >> > > model           : 5
>> >> > > model name      : AMD Phenom(tm) II X4 840 Processor
>> >> > > stepping        : 3
>> >> > > cpu MHz         : 800.000
>> >> > > cache size      : 512 KB
>> >> > > apicid          : 0
>> >> > > initial apicid  : 0
>> >> > > fpu             : yes
>> >> > > fpu_exception   : yes
>> >> > > cpuid level     : 5
>> >> > > wp              : yes
>> >> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic sep
>> >> > > mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht
>> >> > > syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow
>> >> > > constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16
>> >> > > popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
>> >> > > misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv
>> >> > > svm_lock nrip_save bogomips        : 6429.38
>> >> > > TLB size        : 1024 4K pages
>> >> > > clflush size    : 64
>> >> > > cache_alignment : 64
>> >> > > address sizes   : 48 bits physical, 48 bits virtual
>> >> > > power management: ts ttp tm stc 100mhzsteps hwpstate
>> >> > >
>> >> > > In case it's important - Ubuntu Linux 10.04 fully up to date.
>> >> > >
>> >> > > After this mornings update it seems to have stopped happening
>> >> > > on the app I'm working on, but still on elementary_test.  Doing
>> >> > > another update right now.
>> >> >
>> >> > Actually figured out that the reason it's not complaining any
>> >> > more is coz something broke eina logging.  Still trying to
>> >> > figure out what's the new way to actually get that working.
>> >> >
>> >>
>> >> Can't actually enable logging in eina now.  Which means the
>> >> original problem is now being hidden.  Hmm, think this commit is
>> >> the logging problem -
>> >>
>> >> Log:
>> >> Eina: add nice m4 macro to check function. Will be usable easily in
>> >> the merge, per EFL lib
>> >>   Please, test. config.h is the same (except useless macro
>> >> HAVE_ICONV_H) and compilation is correct on linux and mingw here
>> >>
>> >> Author:       caro
>> >> Date:         2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
>> >> New Revision: 72972
>> >
>> > I made an evil hack to eina so that I could enable logging, and the
>> > original bug is still there.  It's just visible again instead of
>> > being hidden.
>>
>> it works on my computer, i verified that before committing
>>
>> > Sooo, that's two bugs now.  No I don't have a proper solution to the
>> > eina logging bug.
>>
>> paste config.log
>
> http://pastebin.com/Q2JLrF9w

the problem is that it can not find libfnmatch or libiberty, which are
the 2 libraries where fnmatch can be found. On my system, it is in
libiberty, so I hav

Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
 wrote:

> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel 
> wrote:
> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel 
> > wrote:
> >
> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel 
> >> wrote:
> >>
> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
> >> >  wrote:
> >> >
> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
> >> > >  wrote:
> >> > >
> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
> >> > > >  wrote:
> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> >> > > > >  wrote:
> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> >> > > > >>  wrote:
> >> > > > >> > Recently I've been getting a one second pause then an
> >> > > > >> > error message when I exit out of stuff compiled with up
> >> > > > >> > to date EFL -
> >> > > > >> >
> >> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
> >> > > > >> > _ecore_thread_shutdown() 1 of the child thread are still
> >> > > > >> > running after 1s. This can lead to a segv. Sorry.
> >> > > > >> >
> >> > > > >> > This is happening on programs that don't actually use
> >> > > > >> > threads. Have not seen any seggies though.
> >> > > > >>
> >> > > > >> Interresting. What library do you use and initialize ?
> >> > > > >> What svn version are you using ? Jerome reported to me
> >> > > > >> the same issue, but I have some very hard time to
> >> > > > >> reproduce the problem. Having some one else triggering
> >> > > > >> the same problem could help me understand what is going
> >> > > > >> on.
> >> > > > >
> >> > > > > It's been happening for some time, through multiple SVN
> >> > > > > updates. Seems to be just about all EFL programs, for
> >> > > > > instance (after a fresh SVN update just now) -
> >> > > > >
> >> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> >> > > > > ERR<19471>:ecore ecore_thread.c:651
> >> > > > > _ecore_thread_shutdown() 1 of the child thread are still
> >> > > > > running after 1s. This can lead to a segv. Sorry.
> >> > > >
> >> > > > Oki, how many CPU do you have ? What kind are they ?
> >> > >
> >> > > Four core AMD -
> >> > >
> >> > > vendor_id       : AuthenticAMD
> >> > > cpu family      : 16
> >> > > model           : 5
> >> > > model name      : AMD Phenom(tm) II X4 840 Processor
> >> > > stepping        : 3
> >> > > cpu MHz         : 800.000
> >> > > cache size      : 512 KB
> >> > > apicid          : 0
> >> > > initial apicid  : 0
> >> > > fpu             : yes
> >> > > fpu_exception   : yes
> >> > > cpuid level     : 5
> >> > > wp              : yes
> >> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic sep
> >> > > mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht
> >> > > syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow
> >> > > constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16
> >> > > popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
> >> > > misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv
> >> > > svm_lock nrip_save bogomips        : 6429.38
> >> > > TLB size        : 1024 4K pages
> >> > > clflush size    : 64
> >> > > cache_alignment : 64
> >> > > address sizes   : 48 bits physical, 48 bits virtual
> >> > > power management: ts ttp tm stc 100mhzsteps hwpstate
> >> > >
> >> > > In case it's important - Ubuntu Linux 10.04 fully up to date.
> >> > >
> >> > > After this mornings update it seems to have stopped happening
> >> > > on the app I'm working on, but still on elementary_test.  Doing
> >> > > another update right now.
> >> >
> >> > Actually figured out that the reason it's not complaining any
> >> > more is coz something broke eina logging.  Still trying to
> >> > figure out what's the new way to actually get that working.
> >> >
> >>
> >> Can't actually enable logging in eina now.  Which means the
> >> original problem is now being hidden.  Hmm, think this commit is
> >> the logging problem -
> >>
> >> Log:
> >> Eina: add nice m4 macro to check function. Will be usable easily in
> >> the merge, per EFL lib
> >>   Please, test. config.h is the same (except useless macro
> >> HAVE_ICONV_H) and compilation is correct on linux and mingw here
> >>
> >> Author:       caro
> >> Date:         2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
> >> New Revision: 72972
> >
> > I made an evil hack to eina so that I could enable logging, and the
> > original bug is still there.  It's just visible again instead of
> > being hidden.
> 
> it works on my computer, i verified that before committing
> 
> > Sooo, that's two bugs now.  No I don't have a proper solution to the
> > eina logging bug.
> 
> paste config.log

http://pastebin.com/Q2JLrF9w

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's securi

Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread Vincent Torri
On Thu, Jun 28, 2012 at 10:36 PM, David Seikel  wrote:
> On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel 
> wrote:
>
>> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel 
>> wrote:
>>
>> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel 
>> > wrote:
>> >
>> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
>> > >  wrote:
>> > >
>> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
>> > > >  wrote:
>> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
>> > > > >  wrote:
>> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
>> > > > >>  wrote:
>> > > > >> > Recently I've been getting a one second pause then an error
>> > > > >> > message when I exit out of stuff compiled with up to date
>> > > > >> > EFL -
>> > > > >> >
>> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
>> > > > >> > _ecore_thread_shutdown() 1 of the child thread are still
>> > > > >> > running after 1s. This can lead to a segv. Sorry.
>> > > > >> >
>> > > > >> > This is happening on programs that don't actually use
>> > > > >> > threads. Have not seen any seggies though.
>> > > > >>
>> > > > >> Interresting. What library do you use and initialize ? What
>> > > > >> svn version are you using ? Jerome reported to me the same
>> > > > >> issue, but I have some very hard time to reproduce the
>> > > > >> problem. Having some one else triggering the same problem
>> > > > >> could help me understand what is going on.
>> > > > >
>> > > > > It's been happening for some time, through multiple SVN
>> > > > > updates. Seems to be just about all EFL programs, for
>> > > > > instance (after a fresh SVN update just now) -
>> > > > >
>> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
>> > > > > ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1
>> > > > > of the child thread are still running after 1s. This can lead
>> > > > > to a segv. Sorry.
>> > > >
>> > > > Oki, how many CPU do you have ? What kind are they ?
>> > >
>> > > Four core AMD -
>> > >
>> > > vendor_id       : AuthenticAMD
>> > > cpu family      : 16
>> > > model           : 5
>> > > model name      : AMD Phenom(tm) II X4 840 Processor
>> > > stepping        : 3
>> > > cpu MHz         : 800.000
>> > > cache size      : 512 KB
>> > > apicid          : 0
>> > > initial apicid  : 0
>> > > fpu             : yes
>> > > fpu_exception   : yes
>> > > cpuid level     : 5
>> > > wp              : yes
>> > > flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
>> > > pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx
>> > > mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc
>> > > rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm
>> > > cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
>> > > 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
>> > > bogomips        : 6429.38
>> > > TLB size        : 1024 4K pages
>> > > clflush size    : 64
>> > > cache_alignment : 64
>> > > address sizes   : 48 bits physical, 48 bits virtual
>> > > power management: ts ttp tm stc 100mhzsteps hwpstate
>> > >
>> > > In case it's important - Ubuntu Linux 10.04 fully up to date.
>> > >
>> > > After this mornings update it seems to have stopped happening on
>> > > the app I'm working on, but still on elementary_test.  Doing
>> > > another update right now.
>> >
>> > Actually figured out that the reason it's not complaining any more
>> > is coz something broke eina logging.  Still trying to figure out
>> > what's the new way to actually get that working.
>> >
>>
>> Can't actually enable logging in eina now.  Which means the original
>> problem is now being hidden.  Hmm, think this commit is the logging
>> problem -
>>
>> Log:
>> Eina: add nice m4 macro to check function. Will be usable easily in
>> the merge, per EFL lib
>>   Please, test. config.h is the same (except useless macro
>> HAVE_ICONV_H) and compilation is correct on linux and mingw here
>>
>> Author:       caro
>> Date:         2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
>> New Revision: 72972
>
> I made an evil hack to eina so that I could enable logging, and the
> original bug is still there.  It's just visible again instead of being
> hidden.

it works on my computer, i verified that before committing

> Sooo, that's two bugs now.  No I don't have a proper solution to the
> eina logging bug.

paste config.log

Vincent

--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel 
wrote:

> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel 
> wrote:
> 
> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel 
> > wrote:
> > 
> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
> > >  wrote:
> > > 
> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
> > > >  wrote:
> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> > > > >  wrote:
> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> > > > >>  wrote:
> > > > >> > Recently I've been getting a one second pause then an error
> > > > >> > message when I exit out of stuff compiled with up to date
> > > > >> > EFL -
> > > > >> >
> > > > >> > ERR<8848>:ecore ecore_thread.c  :651
> > > > >> > _ecore_thread_shutdown() 1 of the child thread are still
> > > > >> > running after 1s. This can lead to a segv. Sorry.
> > > > >> >
> > > > >> > This is happening on programs that don't actually use
> > > > >> > threads. Have not seen any seggies though.
> > > > >>
> > > > >> Interresting. What library do you use and initialize ? What
> > > > >> svn version are you using ? Jerome reported to me the same
> > > > >> issue, but I have some very hard time to reproduce the
> > > > >> problem. Having some one else triggering the same problem
> > > > >> could help me understand what is going on.
> > > > >
> > > > > It's been happening for some time, through multiple SVN
> > > > > updates. Seems to be just about all EFL programs, for
> > > > > instance (after a fresh SVN update just now) -
> > > > >
> > > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> > > > > ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1
> > > > > of the child thread are still running after 1s. This can lead
> > > > > to a segv. Sorry.
> > > > 
> > > > Oki, how many CPU do you have ? What kind are they ?
> > > 
> > > Four core AMD -
> > > 
> > > vendor_id   : AuthenticAMD
> > > cpu family  : 16
> > > model   : 5
> > > model name  : AMD Phenom(tm) II X4 840 Processor
> > > stepping: 3
> > > cpu MHz : 800.000
> > > cache size  : 512 KB
> > > apicid  : 0
> > > initial apicid  : 0
> > > fpu : yes
> > > fpu_exception   : yes
> > > cpuid level : 5
> > > wp  : yes
> > > flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
> > > pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx
> > > mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc
> > > rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm
> > > cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
> > > 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save 
> > > bogomips: 6429.38
> > > TLB size: 1024 4K pages
> > > clflush size: 64
> > > cache_alignment : 64
> > > address sizes   : 48 bits physical, 48 bits virtual
> > > power management: ts ttp tm stc 100mhzsteps hwpstate
> > > 
> > > In case it's important - Ubuntu Linux 10.04 fully up to date.
> > > 
> > > After this mornings update it seems to have stopped happening on
> > > the app I'm working on, but still on elementary_test.  Doing
> > > another update right now.
> > 
> > Actually figured out that the reason it's not complaining any more
> > is coz something broke eina logging.  Still trying to figure out
> > what's the new way to actually get that working.
> > 
> 
> Can't actually enable logging in eina now.  Which means the original
> problem is now being hidden.  Hmm, think this commit is the logging
> problem -
> 
> Log:
> Eina: add nice m4 macro to check function. Will be usable easily in
> the merge, per EFL lib 
>   Please, test. config.h is the same (except useless macro
> HAVE_ICONV_H) and compilation is correct on linux and mingw here 
> 
> Author:   caro
> Date: 2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
> New Revision: 72972

I made an evil hack to eina so that I could enable logging, and the
original bug is still there.  It's just visible again instead of being
hidden.

Sooo, that's two bugs now.  No I don't have a proper solution to the
eina logging bug.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel 
wrote:

> On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel 
> wrote:
> 
> > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL 
> > wrote:
> > 
> > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel 
> > > wrote:
> > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> > > >  wrote:
> > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> > > >>  wrote:
> > > >> > Recently I've been getting a one second pause then an error
> > > >> > message when I exit out of stuff compiled with up to date
> > > >> > EFL -
> > > >> >
> > > >> > ERR<8848>:ecore ecore_thread.c  :651
> > > >> > _ecore_thread_shutdown() 1 of the child thread are still
> > > >> > running after 1s. This can lead to a segv. Sorry.
> > > >> >
> > > >> > This is happening on programs that don't actually use
> > > >> > threads. Have not seen any seggies though.
> > > >>
> > > >> Interresting. What library do you use and initialize ? What svn
> > > >> version are you using ? Jerome reported to me the same issue,
> > > >> but I have some very hard time to reproduce the problem. Having
> > > >> some one else triggering the same problem could help me
> > > >> understand what is going on.
> > > >
> > > > It's been happening for some time, through multiple SVN updates.
> > > > Seems to be just about all EFL programs, for instance (after a
> > > > fresh SVN update just now) -
> > > >
> > > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> > > > ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1
> > > > of the child thread are still running after 1s. This can lead
> > > > to a segv. Sorry.
> > > 
> > > Oki, how many CPU do you have ? What kind are they ?
> > 
> > Four core AMD -
> > 
> > vendor_id   : AuthenticAMD
> > cpu family  : 16
> > model   : 5
> > model name  : AMD Phenom(tm) II X4 840 Processor
> > stepping: 3
> > cpu MHz : 800.000
> > cache size  : 512 KB
> > apicid  : 0
> > initial apicid  : 0
> > fpu : yes
> > fpu_exception   : yes
> > cpuid level : 5
> > wp  : yes
> > flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
> > pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx
> > mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc
> > rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm
> > cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse
> > 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save 
> > bogomips: 6429.38
> > TLB size: 1024 4K pages
> > clflush size: 64
> > cache_alignment : 64
> > address sizes   : 48 bits physical, 48 bits virtual
> > power management: ts ttp tm stc 100mhzsteps hwpstate
> > 
> > In case it's important - Ubuntu Linux 10.04 fully up to date.
> > 
> > After this mornings update it seems to have stopped happening on the
> > app I'm working on, but still on elementary_test.  Doing another
> > update right now.
> 
> Actually figured out that the reason it's not complaining any more is
> coz something broke eina logging.  Still trying to figure out what's
> the new way to actually get that working.
> 

Can't actually enable logging in eina now.  Which means the original
problem is now being hidden.  Hmm, think this commit is the logging
problem -

Log:
Eina: add nice m4 macro to check function. Will be usable easily in the
merge, per EFL lib 
  Please, test. config.h is the same (except useless macro
HAVE_ICONV_H) and compilation is correct on linux and mingw here 

Author:   caro
Date: 2012-06-27 23:45:12 -0700 (Wed, 27 Jun 2012)
New Revision: 72972

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel 
wrote:

> On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL 
> wrote:
> 
> > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel 
> > wrote:
> > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> > >  wrote:
> > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel 
> > >> wrote:
> > >> > Recently I've been getting a one second pause then an error
> > >> > message when I exit out of stuff compiled with up to date EFL -
> > >> >
> > >> > ERR<8848>:ecore ecore_thread.c  :651
> > >> > _ecore_thread_shutdown() 1 of the child thread are still
> > >> > running after 1s. This can lead to a segv. Sorry.
> > >> >
> > >> > This is happening on programs that don't actually use threads.
> > >> >  Have not seen any seggies though.
> > >>
> > >> Interresting. What library do you use and initialize ? What svn
> > >> version are you using ? Jerome reported to me the same issue,
> > >> but I have some very hard time to reproduce the problem. Having
> > >> some one else triggering the same problem could help me
> > >> understand what is going on.
> > >
> > > It's been happening for some time, through multiple SVN updates.
> > > Seems to be just about all EFL programs, for instance (after a
> > > fresh SVN update just now) -
> > >
> > > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> > > ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1 of
> > > the child thread are still running after 1s. This can lead to a
> > > segv. Sorry.
> > 
> > Oki, how many CPU do you have ? What kind are they ?
> 
> Four core AMD -
> 
> vendor_id   : AuthenticAMD
> cpu family  : 16
> model   : 5
> model name  : AMD Phenom(tm) II X4 840 Processor
> stepping: 3
> cpu MHz : 800.000
> cache size  : 512 KB
> apicid  : 0
> initial apicid  : 0
> fpu : yes
> fpu_exception   : yes
> cpuid level : 5
> wp  : yes
> flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
> fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good
> nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm
> extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit
> wdt npt lbrv svm_lock nrip_save 
> bogomips: 6429.38
> TLB size: 1024 4K pages
> clflush size: 64
> cache_alignment : 64
> address sizes   : 48 bits physical, 48 bits virtual
> power management: ts ttp tm stc 100mhzsteps hwpstate
> 
> In case it's important - Ubuntu Linux 10.04 fully up to date.
> 
> After this mornings update it seems to have stopped happening on the
> app I'm working on, but still on elementary_test.  Doing another
> update right now.

Actually figured out that the reason it's not complaining any more is
coz something broke eina logging.  Still trying to figure out what's
the new way to actually get that working.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-28 Thread David Seikel
On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL 
wrote:

> On Thu, Jun 28, 2012 at 10:58 AM, David Seikel 
> wrote:
> > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL 
> > wrote:
> >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel 
> >> wrote:
> >> > Recently I've been getting a one second pause then an error
> >> > message when I exit out of stuff compiled with up to date EFL -
> >> >
> >> > ERR<8848>:ecore ecore_thread.c  :651
> >> > _ecore_thread_shutdown() 1 of the child thread are still running
> >> > after 1s. This can lead to a segv. Sorry.
> >> >
> >> > This is happening on programs that don't actually use threads.
> >> >  Have not seen any seggies though.
> >>
> >> Interresting. What library do you use and initialize ? What svn
> >> version are you using ? Jerome reported to me the same issue, but I
> >> have some very hard time to reproduce the problem. Having some one
> >> else triggering the same problem could help me understand what is
> >> going on.
> >
> > It's been happening for some time, through multiple SVN updates.
> > Seems to be just about all EFL programs, for instance (after a fresh
> > SVN update just now) -
> >
> > ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> > ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1 of
> > the child thread are still running after 1s. This can lead to a
> > segv. Sorry.
> 
> Oki, how many CPU do you have ? What kind are they ?

Four core AMD -

vendor_id   : AuthenticAMD
cpu family  : 16
model   : 5
model name  : AMD Phenom(tm) II X4 840 Processor
stepping: 3
cpu MHz : 800.000
cache size  : 512 KB
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good
nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm
extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit
wdt npt lbrv svm_lock nrip_save 
bogomips: 6429.38
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

In case it's important - Ubuntu Linux 10.04 fully up to date.

After this mornings update it seems to have stopped happening on the
app I'm working on, but still on elementary_test.  Doing another update
right now.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread Cedric BAIL
On Thu, Jun 28, 2012 at 10:58 AM, David Seikel  wrote:
> On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL 
> wrote:
>> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel 
>> wrote:
>> > Recently I've been getting a one second pause then an error message
>> > when I exit out of stuff compiled with up to date EFL -
>> >
>> > ERR<8848>:ecore ecore_thread.c  :651
>> > _ecore_thread_shutdown() 1 of the child thread are still running
>> > after 1s. This can lead to a segv. Sorry.
>> >
>> > This is happening on programs that don't actually use threads.  Have
>> > not seen any seggies though.
>>
>> Interresting. What library do you use and initialize ? What svn
>> version are you using ? Jerome reported to me the same issue, but I
>> have some very hard time to reproduce the problem. Having some one
>> else triggering the same problem could help me understand what is
>> going on.
>
> It's been happening for some time, through multiple SVN updates.
> Seems to be just about all EFL programs, for instance (after a fresh
> SVN update just now) -
>
> ~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
> ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1 of the
> child thread are still running after 1s. This can lead to a segv. Sorry.

Oki, how many CPU do you have ? What kind are they ?
-- 
Cedric BAIL

--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread David Seikel
On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL 
wrote:

> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel 
> wrote:
> > Recently I've been getting a one second pause then an error message
> > when I exit out of stuff compiled with up to date EFL -
> >
> > ERR<8848>:ecore ecore_thread.c  :651
> > _ecore_thread_shutdown() 1 of the child thread are still running
> > after 1s. This can lead to a segv. Sorry.
> >
> > This is happening on programs that don't actually use threads.  Have
> > not seen any seggies though.
> 
> Interresting. What library do you use and initialize ? What svn
> version are you using ? Jerome reported to me the same issue, but I
> have some very hard time to reproduce the problem. Having some one
> else triggering the same problem could help me understand what is
> going on.

It's been happening for some time, through multiple SVN updates.
Seems to be just about all EFL programs, for instance (after a fresh
SVN update just now) -

~/e17_svn/SVN/trunk/elementary/src/bin$ ./elementary_test
ERR<19471>:ecore ecore_thread.c:651 _ecore_thread_shutdown() 1 of the
child thread are still running after 1s. This can lead to a segv. Sorry.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread Jérôme Pinot
On 06/28/12 09:48, Cedric BAIL wrote:
> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel  wrote:
> > Recently I've been getting a one second pause then an error message when
> > I exit out of stuff compiled with up to date EFL -
> >
> > ERR<8848>:ecore ecore_thread.c  :651
> > _ecore_thread_shutdown() 1 of the child thread are still running after
> > 1s. This can lead to a segv. Sorry.
> >
> > This is happening on programs that don't actually use threads.  Have
> > not seen any seggies though.
> 
> Interresting. What library do you use and initialize ? What svn
> version are you using ? Jerome reported to me the same issue, but I
> have some very hard time to reproduce the problem. Having some one
> else triggering the same problem could help me understand what is
> going on.

I got the problem one time building ethumb and tclock.
It happens a lot of times during the build of elementary's widget
previews. I guess the problem is around here:
http://ngc891.blogdns.net/pub/projects/debug/ecore_thread/elementary.log 

All build logs, for reference:
http://ngc891.blogdns.net/pub/projects/debug/ecore_thread/ 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread Cedric BAIL
On Thu, Jun 28, 2012 at 2:28 AM, David Seikel  wrote:
> Recently I've been getting a one second pause then an error message when
> I exit out of stuff compiled with up to date EFL -
>
> ERR<8848>:ecore ecore_thread.c  :651
> _ecore_thread_shutdown() 1 of the child thread are still running after
> 1s. This can lead to a segv. Sorry.
>
> This is happening on programs that don't actually use threads.  Have
> not seen any seggies though.

Interresting. What library do you use and initialize ? What svn
version are you using ? Jerome reported to me the same issue, but I
have some very hard time to reproduce the problem. Having some one
else triggering the same problem could help me understand what is
going on.
-- 
Cedric BAIL

--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel