This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12938] segmentation fault
- From: "geoffk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2003 07:27:11 -0000
- Subject: [Bug c++/12938] segmentation fault
- References: <20031107081507.12938.dave@boost-consulting.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From geoffk at gcc dot gnu dot org 2003-11-23 07:27 -------
Is it not possible to print a better error message than 'segmentation error' in this case? For
example, on Darwin GCC prints:
Out of stack space.
Try running `ulimit -S -s unlimited' in the shell to raise its limit.
(See config/rs6000/host-darwin.c.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12938