Customer has hit the glibc problem described here: https://sourceware.org/bugzilla/show_bug.cgi?id=12926#c5 The fix can be found here: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=patch;h=fda389c8f0311dd5786be91a7b54b9f935fcafa1
For Intel BSP, replace glibc with the hot fix binary. cd ${wrlinux4}/layers/wrll-toolchain-4.4a-450/i586/toolchain/x86-linux2/i586-wrs-linux-gnu/ mv ../libc.cpio.bz2{,orig} mdkir temp cd temp bzcat ../libc.cpio.bz2.orig | cpio -idmv bzcat /path/to/libc-fix.cpio.bz2 | cpio -idmv find . -depth | cpio -ov -H newc | bzip2 -c > ../libc.cpio.bz2
n/a