Tagged Questions
8
votes
9answers
2k views
Is there a programmatic way to check stack corruption
I am working with a multithreaded embedded application. Each thread is allocated stack sizes based on its functionality. Recently we found that one of the thread corrupted the stack by defining a ...