What is the effect of running an application with "Unlimited Stack" size
Posted
by NSA
on Stack Overflow
See other posts from Stack Overflow
or by NSA
Published on 2010-06-02T18:23:46Z
Indexed on
2010/06/03
0:14 UTC
Read the original article
Hit count: 317
Hello All,
I have inherited some code that I need to maintain that can be less than stable at times. The previous people are no longer available to query as to why they ran the application in an environment with unlimited stack set, I am curious what the effects of this could be? The application seems to have some unpredictable memory bugs that we cannot find and running the application under valgrind is not an option because it slows the application down so much that we cannot actually run it. So any thoughts on what the effects of this might be are appreciated.
Thank you.
© Stack Overflow or respective owner