[Bug libstdc++/12533] valarray cshift causes stack overflow for large sizes

gdr at integrable-solutions dot net gcc-bugzilla@gcc.gnu.org
Tue Oct 7 16:58:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12533



------- Additional Comments From gdr at integrable-solutions dot net  2003-10-07 16:58 -------
Subject: Re:  valarray cshift causes stack overflow for large sizes

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| I can confirm this on the mainline, the problem is that valarray
| uses the stack for temporary storage and it causes large usage on
| the stack and the stack size limit on your computer is low.  A
| workaround is to change the stacksize limit to unlimited. 

Thanks for your anlysis.  This falls under "resource limits"
constraints.  I propose you resolved the issue as FIXED.

-- Gaby



More information about the Gcc-bugs mailing list