Gentoo Archives: gentoo-dev

From: Caleb Shay <caleb@××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Announcing new Prelinking Guide
Date: Sun, 05 Jan 2003 06:18:26
Message-Id: 1041747830.17746.3.camel@Chinstrap.homeunix.net
In Reply to: Re: [gentoo-dev] Announcing new Prelinking Guide by Terje Kvernes
1 On Sun, 2003-01-05 at 00:27, Terje Kvernes wrote:
2
3 <snip>
4
5 >
6 > run "strace -f prelink -famv". and please tell me that mmap or one
7 > of his brothers isn't the last thing there.
8
9
10 Well, not quite the last thing...
11
12 munmap(0x40654000, 274432) = 0
13 munmap(0x406c5000, 188416) = 0
14 close(4) = 0
15 munmap(0x40697000, 188416) = 0
16 brk(0x8cf1000) = 0x8cf1000
17 munmap(0x40611000, 274432) = 0
18 brk(0x8cc7000) = 0x8cc7000
19 munmap(0x405a9000, 212992) = 0
20 munmap(0x40167000, 2232320) = 0
21 munmap(0x400f3000, 237568) = 0
22 brk(0x8ca2000) = 0x8ca2000
23 brk(0x8c72000) = 0x8c72000
24 munmap(0x40027000, 417792) = 0
25 close(3) = 0
26 time(NULL) = 1041747716
27 utime("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2.#prelink#.UofgUB", [2003/01/05-01:21:56, 2003/01/04-23:28:30]) = 0
28 rename("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2.#prelink#.UofgUB", "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2") = 0
29 stat64("/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5.0.2",
30 {st_mode=S_IFREG|0755, st_size=4233762, ...}) = 0
31 --- SIGSEGV (Segmentation fault) ---
32 +++ killed by SIGSEGV +++

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Announcing new Prelinking Guide Terje Kvernes <terjekv@××××××××.no>