This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

elf/vismain test hangs on ARM



With the current mainline, when running "make -k check" I've noticed the
elf/vismain test hangs on ARM Linux (Added: 2000-05-23  Ulrich Drepper).

I noticed this on the autobuild system we setup for GNU tools (binutils,
glibc, gcc, and gdb currently).  As I've had to kill the process the last
few days.  Today I killed it after 281 mins.
	http://www.netwinder.org/build/  

Not certain if this is a problem with binutils, or glibc.  This is for
targets armv3l and armv4l with a versioned glibc.  I've not tested on
other architectures.  Is it an ARM only problem?
	[build@feynman elf]$ rpm -q binutils glibc gcc kernel
	binutils-2.9.5.0.41-1
	glibc-2.1.3-1nw2_vers
	gcc-2.95.2-1nw4
	kernel-2.2.14-20000411

Running with strace it appears to die after printing: 
	"`.protected' seems to be handled correctly, good!"

ioctl(1, TCGETS, {c_iflags=0x500, c_oflags=0x5, c_cflags=0xbf,
c_lflags=0x8a3b, c_line=0,
c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00\x00\x00\x00\x00\xac\xa2\x11\x40\x00\x04\x00\x00\x01"})
= 0

write(1, "`.protected\' seems to be handled"..., 50`.protected' seems to
be handled correctly, good!) = 50

Command was:

/home/build-rpm/BUILD/obj-glibc-20000526/elf/ld-linux.so.2 --library-path
/home/build-rpm/BUILD/obj-glibc-20000526:/home/build-rpm/BUILD/obj-glibc-20000526/math:/home/build-rpm/BUILD/obj-glibc-20000526/elf:/home/build-rpm/BUILD/obj-glibc-20000526/dlfcn:/home/build-rpm/BUILD/obj-glibc-20000526/nss:/home/build-rpm/BUILD/obj-glibc-20000526/nis:/home/build-rpm/BUILD/obj-glibc-20000526/rt:/home/build-rpm/BUILD/obj-glibc-20000526/resolv:/home/build-rpm/BUILD/obj-glibc-20000526/crypt:/home/build-rpm/BUILD/obj-glibc-20000526/linuxthreads
/home/build-rpm/BUILD/obj-glibc-20000526/elf/vismain

Thanks,
-Rms


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]