This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Catching stack overflow errors
- To: gcc at gcc dot gnu dot org
- Subject: Catching stack overflow errors
- From: "Earl S. Harris, Jr." <esharris at mitre dot org>
- Date: Fri, 04 Aug 2000 16:38:56 -0400
- Organization: The MITRE Corporation
Is there a machine independent way to catch stack overflow errors?
When I build a recursive program, I want to check if there is stack
overflow.
I have some solutions that work in one architecture, but not another.
Enclosed is a file that I use to test for stack overflow problems.
Thank You,
Earl
temp.cc