On Fri, 29 Jun 2012 01:02:10 +0200 Vincent Torri
<vincent.to...@gmail.com> wrote:

> On Fri, Jun 29, 2012 at 12:54 AM, David Seikel <onef...@gmail.com>
> wrote:
> > On Fri, 29 Jun 2012 00:30:17 +0200 Vincent Torri
> > <vincent.to...@gmail.com> wrote:
> >
> >> On Fri, Jun 29, 2012 at 12:21 AM, David Seikel <onef...@gmail.com>
> >> wrote:
> >> > On Fri, 29 Jun 2012 00:05:23 +0200 Vincent Torri
> >> > <vincent.to...@gmail.com> wrote:
> >> >
> >> >> On Thu, Jun 28, 2012 at 10:36 PM, David Seikel
> >> >> <onef...@gmail.com> wrote:
> >> >> > On Fri, 29 Jun 2012 04:55:27 +1000 David Seikel
> >> >> > <onef...@gmail.com> wrote:
> >> >> >
> >> >> >> On Fri, 29 Jun 2012 04:19:25 +1000 David Seikel
> >> >> >> <onef...@gmail.com> wrote:
> >> >> >>
> >> >> >> > On Thu, 28 Jun 2012 23:59:58 +1000 David Seikel
> >> >> >> > <onef...@gmail.com> wrote:
> >> >> >> >
> >> >> >> > > On Thu, 28 Jun 2012 11:13:44 +0900 Cedric BAIL
> >> >> >> > > <cedric.b...@free.fr> wrote:
> >> >> >> > >
> >> >> >> > > > On Thu, Jun 28, 2012 at 10:58 AM, David Seikel
> >> >> >> > > > <onef...@gmail.com> wrote:
> >> >> >> > > > > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL
> >> >> >> > > > > <cedric.b...@free.fr> wrote:
> >> >> >> > > > >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel
> >> >> >> > > > >> <onef...@gmail.com> 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 have no problem. Here, you have to look in
> >> which library fnmatch is on your system
> >
> > fnmatch is in libc here.
> 
> update eina

Yep, that worked. Thanks.

Now back to Cedric and the original bug.

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

Attachment: 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

Reply via email to