Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: mcview (mc -v) stopped working after glib update
Date: Tue, 09 Dec 2008 00:14:32
Message-Id: ghkd87$7a6$1@ger.gmane.org
In Reply to: Re: [gentoo-user] mcview (mc -v) stopped working after glib update by Paul Hartman
1 Paul Hartman wrote:
2 > On Mon, Dec 8, 2008 at 3:55 PM, Nikos Chantziaras <realnc@×××××.de> wrote:
3 >> Weird problem this one. I updated to sys-libs/glibc-2.9_p20081201 (from
4 >> 2.8_p20080602) and everything appears to be just fine. With one exception:
5 >> viewing files in Midnight Commander's built-in viewer doesn't work anymore.
6 >> Pressing F3 (View) does nothing. Calling `mcview` or `mc -v file` also
7 >> does nothing; the application simply exits with no error messages (or any
8 >> other messages; just nothing).
9 >>
10 >> Anyone encountered this? I've rebuild mc of course and revdep-rebuild shows
11 >> all is OK.
12 >
13 > Also maybe you can try strace to see if anything unusual happens at
14 > the end before it exits...
15 >
16 > paul
17
18 Does this say anything?
19
20 read(3, 0x22d80a4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
21
22 Also, running various programs through valgrind now show a bunch of
23 errors (even a simple "int main(){return 0;}" C program).
24 /lib64/ld-2.9.so is part of glibc:
25
26 ==10783== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
27 ==10783==
28 ==10783== 1 errors in context 1 of 4:
29 ==10783== Conditional jump or move depends on uninitialised value(s)
30 ==10783== at 0x300000AAAE: (within /lib64/ld-2.9.so)
31 ==10783== by 0x30000039A2: (within /lib64/ld-2.9.so)
32 ==10783== by 0x30000140CB: (within /lib64/ld-2.9.so)
33 ==10783== by 0x30000014F8: (within /lib64/ld-2.9.so)
34 ==10783== by 0x3000000C47: (within /lib64/ld-2.9.so)
35 ==10783== by 0x0: ???
36 ==10783== by 0x7FF000036: ???
37 ==10783==
38 ==10783== 1 errors in context 2 of 4:
39 ==10783== Conditional jump or move depends on uninitialised value(s)
40 ==10783== at 0x300000AAA5: (within /lib64/ld-2.9.so)
41 ==10783== by 0x30000039A2: (within /lib64/ld-2.9.so)
42 ==10783== by 0x30000140CB: (within /lib64/ld-2.9.so)
43 ==10783== by 0x30000014F8: (within /lib64/ld-2.9.so)
44 ==10783== by 0x3000000C47: (within /lib64/ld-2.9.so)
45 ==10783== by 0x0: ???
46 ==10783== by 0x7FF000036: ???
47 ==10783==
48 ==10783== 1 errors in context 3 of 4:
49 ==10783== Conditional jump or move depends on uninitialised value(s)
50 ==10783== at 0x300000AAAE: (within /lib64/ld-2.9.so)
51 ==10783== by 0x30000038BE: (within /lib64/ld-2.9.so)
52 ==10783== by 0x30000140CB: (within /lib64/ld-2.9.so)
53 ==10783== by 0x30000014F8: (within /lib64/ld-2.9.so)
54 ==10783== by 0x3000000C47: (within /lib64/ld-2.9.so)
55 ==10783== by 0x0: ???
56 ==10783== by 0x7FF000036: ???
57 ==10783==
58 ==10783== 1 errors in context 4 of 4:
59 ==10783== Conditional jump or move depends on uninitialised value(s)
60 ==10783== at 0x300000AAA5: (within /lib64/ld-2.9.so)
61 ==10783== by 0x30000038BE: (within /lib64/ld-2.9.so)
62 ==10783== by 0x30000140CB: (within /lib64/ld-2.9.so)
63 ==10783== by 0x30000014F8: (within /lib64/ld-2.9.so)
64 ==10783== by 0x3000000C47: (within /lib64/ld-2.9.so)
65 ==10783== by 0x0: ???
66 ==10783== by 0x7FF000036: ???
67 ==10783== IN SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)