I have an application written in Delphi W32 that is in beta.
On the test PC, it haphazardly kicks out a ‘stack overflow’ message after a few hours of use.
How can I trap the error and find the cause?
Can I increase the Stack size?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Get madExcept and it will tell you exactly what is happening at the time of the fault. You’ll see the full stack, and particularly where it is running away.