This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada, or FC5?] Storage_Error stack overflow (or erroneous memory access)|
- From: John Parkes <jp012c6013 at blueyonder dot co dot uk>
- To: gcc at gnu dot org
- Date: Thu, 20 Apr 2006 19:38:12 +0100
- Subject: Re: [Ada, or FC5?] Storage_Error stack overflow (or erroneous memory access)|
This is caused by EXEC SHIELD, new to FC5, preventing execution of
trampolines out of the stack. You can turn it off via:
echo 0 > /proc/sys/kernel/exec-shield
HTH, John Parkes