Paul Hartman wrote:
On Mon, Dec 8, 2008 at 3:55 PM, Nikos Chantziaras <[EMAIL PROTECTED]> wrote:
Weird problem this one.  I updated to sys-libs/glibc-2.9_p20081201 (from
2.8_p20080602) and everything appears to be just fine.  With one exception:
viewing files in Midnight Commander's built-in viewer doesn't work anymore.
 Pressing F3 (View) does nothing.  Calling `mcview` or `mc -v file` also
does nothing; the application simply exits with no error messages (or any
other messages; just nothing).

Anyone encountered this?  I've rebuild mc of course and revdep-rebuild shows
all is OK.

Also maybe you can try strace to see if anything unusual happens at
the end before it exits...

paul

Does this say anything?

read(3, 0x22d80a4, 4096) = -1 EAGAIN (Resource temporarily unavailable)

Also, running various programs through valgrind now show a bunch of errors (even a simple "int main(){return 0;}" C program). /lib64/ld-2.9.so is part of glibc:

==10783== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
==10783==
==10783== 1 errors in context 1 of 4:
==10783== Conditional jump or move depends on uninitialised value(s)
==10783==    at 0x300000AAAE: (within /lib64/ld-2.9.so)
==10783==    by 0x30000039A2: (within /lib64/ld-2.9.so)
==10783==    by 0x30000140CB: (within /lib64/ld-2.9.so)
==10783==    by 0x30000014F8: (within /lib64/ld-2.9.so)
==10783==    by 0x3000000C47: (within /lib64/ld-2.9.so)
==10783==    by 0x0: ???
==10783==    by 0x7FF000036: ???
==10783==
==10783== 1 errors in context 2 of 4:
==10783== Conditional jump or move depends on uninitialised value(s)
==10783==    at 0x300000AAA5: (within /lib64/ld-2.9.so)
==10783==    by 0x30000039A2: (within /lib64/ld-2.9.so)
==10783==    by 0x30000140CB: (within /lib64/ld-2.9.so)
==10783==    by 0x30000014F8: (within /lib64/ld-2.9.so)
==10783==    by 0x3000000C47: (within /lib64/ld-2.9.so)
==10783==    by 0x0: ???
==10783==    by 0x7FF000036: ???
==10783==
==10783== 1 errors in context 3 of 4:
==10783== Conditional jump or move depends on uninitialised value(s)
==10783==    at 0x300000AAAE: (within /lib64/ld-2.9.so)
==10783==    by 0x30000038BE: (within /lib64/ld-2.9.so)
==10783==    by 0x30000140CB: (within /lib64/ld-2.9.so)
==10783==    by 0x30000014F8: (within /lib64/ld-2.9.so)
==10783==    by 0x3000000C47: (within /lib64/ld-2.9.so)
==10783==    by 0x0: ???
==10783==    by 0x7FF000036: ???
==10783==
==10783== 1 errors in context 4 of 4:
==10783== Conditional jump or move depends on uninitialised value(s)
==10783==    at 0x300000AAA5: (within /lib64/ld-2.9.so)
==10783==    by 0x30000038BE: (within /lib64/ld-2.9.so)
==10783==    by 0x30000140CB: (within /lib64/ld-2.9.so)
==10783==    by 0x30000014F8: (within /lib64/ld-2.9.so)
==10783==    by 0x3000000C47: (within /lib64/ld-2.9.so)
==10783==    by 0x0: ???
==10783==    by 0x7FF000036: ???
==10783== IN SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)


Reply via email to