Gentoo Archives: gentoo-hardened

From: pageexec@××××××××.hu
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] miro segfaults when PAX is not in softmode
Date: Fri, 03 Apr 2009 22:11:42
Message-Id: 49D68990.8889.3D74EEEB@pageexec.freemail.hu
In Reply to: [gentoo-hardened] miro segfaults when PAX is not in softmode by Grant
1 On 3 Apr 2009 at 13:08, Grant wrote:
2
3 > I use a program called miro a lot, but since upgrading to gcc-4.3.3,
4 > it segfaults if I don't issue:
5
6 what's the package name? or what ebuild do you use?
7
8 > grsec: signal 11 sent to /usr/bin/miro.real[miro.real:19177]
9 > uid/euid:1000/1000 gid/egid:100/100, parent /usr/bin/miro[miro:19176]
10 > uid/euid:1000/1000 gid/egid:100/100
11 >
12 > and since miro.real is a python script:
13
14 in that case you have to use paxctl on the python interpreter, not
15 the script. but before that it's better to find out why it crashes,
16 so you should produce a coredump and analyze it.

Replies