Gentoo Archives: gentoo-user

From: fei huang <daniel.huangfei@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: firefox hangs frequently...
Date: Thu, 01 Jun 2006 15:40:28
Message-Id: 5cd9791d0606010834s4658ed3u3c9eba59ceba15ba@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: firefox hangs frequently... by Richard Fish
1 On 6/1/06, Richard Fish <bigfish@××××××××××.org> wrote:
2 >
3 > On 5/31/06, fei huang <daniel.huangfei@×××××.com> wrote:
4 > > (gdb) back
5 > > #0 0xffffe410 in __kernel_vsyscall ()
6 > > #1 0xb7df6c5c in pthread_cond_timedwait@@GLIBC_2.3.2 () from
7 > > /lib/tls/libpthread.so.0
8 >
9 > Hmm, threading issues...
10 >
11 > Is /lib/tls/libpthread.so.0 correct? My libpthread lives in /lib, so
12 > that looks strange to me. Is this on the x86 arch? What does "equery
13 > belongs /lib/tls/libpthread*" report?
14
15
16 the libpthread.so.0 locates in "/lib/tls/" and is a symbolic link that
17 points to /lib/tls/libpthread-2.3.6.so. I just wonder why this path is not
18 included in the "/etc/ld.so.conf" ?
19
20 yes, my system is running on a intel x86.
21
22 [huangfei @ /lib/tls] % equery belongs /lib/tls/libpthread*
23 [ Searching for file(s) /lib/tls/libpthread-2.3.6.so,/lib/tls/libpthread.so.0
24 in *... ]
25 sys-libs/glibc-2.3.6-r3 (/lib/tls/libpthread-2.3.6.so)
26 sys-libs/glibc-2.3.6-r3 (/lib/tls/libpthread.so.0 -> libpthread-2.3.6.so)
27
28
29 Do you use nptl and/or nptlonly for glibc (emerge -pv sys-libs/glibc).
30 > If not, try:
31 >
32 > echo "sys-libs/glibc nptl nptlonly" >>/etc/portage/package.use
33 > emerge -DNv world
34
35
36 my glibc has use flag "nptl" but not "nptlonly", just wondering why other
37 programs runs well (opera, gaim for instance), and never got such problem
38 before? maybe this happens when updating the system with portage?
39
40 It will take several days to emerge world, I think...... ;--(
41
42 thank you for your reply.. I'll try it out anyway, need much time though..
43
44 daniel.
45
46 You do not need to rebuild firefox after the above.
47 >
48 > HTH,
49 > -Richard
50 > --
51 > gentoo-user@g.o mailing list
52 >
53 >