Martin Li��ka changed bug 1143125
What Removed Added
CC   matz@suse.com, schwab@suse.com

Comment # 21 on bug 1143125 from
(In reply to Suse User from comment #20)
> Created attachment 816509 [details]
> requested info
> 
> > Hm, I can't reproduce that on my Tumbleweed on x86_64.
> 
> As per this ticket the report is for i586.

Ah, ok, now I can reproduce that on i586 with:

mprotect(0x435000, 53248, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EPERM (Operation
not permitted)
writev(2, [{iov_base="/usr/bin/gzip", iov_len=13}, {iov_base=": ", iov_len=2},
{iov_base="error while loading shared libra"..., iov_len=36}, {iov_base=": ",
iov_len=2}, {iov_base="", iov_len=0}, {iov_base="", iov_len=0},
{iov_base="cannot make segment writable for"..., io
v_len=43}, {iov_base=": ", iov_len=2}, {iov_base="Operation not permitted",
iov_len=23}, {iov_base="\n", iov_len=1}], 10) = 122

It's unclear to me why the dynamic linker sets PROT_EXEC.

@Andreas, @Micha: Can you help us here please?


You are receiving this mail because: