On 3 Apr 2009 at 13:08, Grant wrote: > I use a program called miro a lot, but since upgrading to gcc-4.3.3, > it segfaults if I don't issue:
what's the package name? or what ebuild do you use? > grsec: signal 11 sent to /usr/bin/miro.real[miro.real:19177] > uid/euid:1000/1000 gid/egid:100/100, parent /usr/bin/miro[miro:19176] > uid/euid:1000/1000 gid/egid:100/100 > > and since miro.real is a python script: in that case you have to use paxctl on the python interpreter, not the script. but before that it's better to find out why it crashes, so you should produce a coredump and analyze it.
