From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.6) Gecko/20040122 Description of problem: Fedora Core 2 # chroot /mnt/hda7 /bin/bash Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed! # rpm -qf /usr/sbin/chroot coreutils-5.2.1-7 # uname -a Linux localhost.localdomain 2.6.6-1.435 #1 Mon Jun 14 09:09:07 EDT 2004 i686 i686 i386 GNU/Linux Version-Release number of selected component (if applicable): coreutils-5.2.1-7 How reproducible: Always Steps to Reproduce: 1.mount /dev/hda7 /mnt/hda7 2.chroot /mnt/hda7 /bin/bash 3.then fails. :( Additional info:
You need to boot with vdso=0 to work around this glibc bug. *** This bug has been marked as a duplicate of 121351 ***
I add vdso=0 to boot fedora core 2 ... This time it appears "Segmentation fault". XD
This is not a coreutils problem, but an already-reported glibc bug. *** This bug has been marked as a duplicate of 121351 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.