Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Announcing new Prelinking Guide
Date: Sun, 05 Jan 2003 05:29:40
Message-Id: wxxsmw8maig.fsf@nommo.uio.no
In Reply to: Re: [gentoo-dev] Announcing new Prelinking Guide by Caleb Shay
1 Caleb Shay <caleb@××××××××.com> writes:
2
3 > And that didn't fix it. Hmmm. Still segfaulting at the same place. I
4 > tried running
5 >
6 > prelink -fmv /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2
7 >
8 > and that finished fine.
9 >
10 > Last few lines from
11 > strace -f -eopen,stat64 prelink -famv
12 >
13 > stat64("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libgcc_s.so.1",
14 > {st_mode=S_IFREG|0644, st_size=833765, ...}) = 0
15 > Prelinking /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2
16 > open("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2",
17 > O_RDONLY|O_LARGEFILE) = 3
18 > 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
19 > --- SIGCHLD (Child exited) ---
20 > stat64("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2",
21 > {st_mode=S_IFREG|0755, st_size=4233762, ...}) = 0
22 > --- SIGSEGV (Segmentation fault) ---
23 > +++ killed by SIGSEGV +++
24 >
25 >
26 > Any more ideas?
27
28 run "strace -f prelink -famv". and please tell me that mmap or one
29 of his brothers isn't the last thing there.
30
31 --
32 Terje
33
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Announcing new Prelinking Guide Caleb Shay <caleb@××××××××.com>