On 15 Sep 2007 at 8:54, Guillaume Castagnino wrote:

> Elf file type is DYN (Shared object file)

aha, it's a PIE (worked fine on ET_EXEC here).

>   Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
>   GNU_RELRO      0x05dd14 0x0005ed14 0x0005ed14 0x012ec 0x012d4 R   0x1

this was the entry that paxctl complained about, and for a good
reason: filesz > memsz which while causes no apparent problem on
loading the binary, is still not good because it means the linker
put something into the file which will not be loaded into memory
at runtime (or rather, it will be in this particular case, but it
still points at a bug somewhere in the linker). i suggest you open
a (gentoo) bug on this (post the binutils version and readelf -e
at least).

-- 
[EMAIL PROTECTED] mailing list

Reply via email to