Caleb Shay writes: > And that didn't fix it. Hmmm. Still segfaulting at the same place. I > tried running > > prelink -fmv /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2 > > and that finished fine. > > Last few lines from > strace -f -eopen,stat64 prelink -famv > > stat64("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libgcc_s.so.1", > {st_mode=S_IFREG|0644, st_size=833765, ...}) = 0 > Prelinking /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2 > open("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2", > O_RDONLY|O_LARGEFILE) = 3 > open("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2.#prelink#.ufprtp", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 4 > --- SIGCHLD (Child exited) --- > stat64("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2", > {st_mode=S_IFREG|0755, st_size=4233762, ...}) = 0 > --- SIGSEGV (Segmentation fault) --- > +++ killed by SIGSEGV +++ > > > Any more ideas? run "strace -f prelink -famv". and please tell me that mmap or one of his brothers isn't the last thing there. -- Terje -- gentoo-dev@gentoo.org mailing list