This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: stack overflow
- To: java-discuss at sourceware dot cygnus dot com
- Subject: Re: stack overflow
- From: Per Bothner <per at bothner dot com>
- Date: 31 Oct 1999 22:57:52 -0800
- References: <199910280451.WAA19291@faith.cs.utah.edu>
Godmar Back <gback@cs.utah.edu> writes:
> In April, we've had a brief discussion on this list about stack
> overflow detection. I noticed that it's still not implemented
> in the recent snapshot I compiled.
>
> Has there been any design or implementation since? I've grepped
> the mailing list archives, but couldn't find anything.
Well, check *does* have a -fstack-check option, which does
"Emit code to check for stack overflow; also may cause large objects
to be allocated dynamically."
Have you tried it?
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/