This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8721: nmrpsa_problem
- From: Bosong Xiang <bx22 at cornell dot edu>
- To: bangerth at dealii dot org, bx22 at cornell dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 26 Nov 2002 16:06:47 -0500
- Subject: Re: c/8721: nmrpsa_problem
Dear Wolfgang,
Thank you for your help. Could you tell me how to check and change the
stack limits?
Thanks,
Bosong
At 07:53 PM 11/26/2002 +0000, you wrote:
Synopsis: nmrpsa_problem
State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Tue Nov 26 11:53:37 2002
State-Changed-Why:
With the numbers you get, the boundary is when you are
allocating an object that is close to 2MB on the stack. Adding
other stack variables of main and the calling frames, I would
think that you are exceeding a stack limit. Could you
check what the stack limits are for your system, and
maybe retry with a larger limit?
Thanks
Wolfgang
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8721