At Sat, 25 Sep 2004 13:46:17 +0200, Krzysztof Burghardt wrote: > > (1) Which processor do you use? > CPU Model : Athlon XP (palomino)
OK, it's normal. > bash: xmalloc: ../bash/locale.c:68: cannot allocate 2 bytes (4294967232 > bytes allocated) > E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/bin/debsums > ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; > fi' > E: Sub-process returned an error code > [EMAIL PROTECTED]:~# ls > Segmentation fault > [EMAIL PROTECTED]:~# sync > Segmentation fault > [EMAIL PROTECTED]:~# true > Segmentation fault xmalloc() is used in bash. It seems not only glibc but also some tools are broken. I suspect it's glibc issue. > > (3) Try: LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov ldd /bin/ls > > Results are near to be random: My intension of (3) is to know which library is used. Check /etc/ld.so.conf. Did you use non-debian glibc? Moreover, if the result becomes random, and memory error is detected, then you should check your system's memory size: cat /proc/meminfo. Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

