Hi, guys!
My prograss crashs with a stackoverflow exception in some pcs. I changed the stacksize of thread from default(1M) to (2M) for fixing this problem. But I have got confused with some doubts.
1、Why this exception happens in some pcs not all? I think the logic is the same ,so the stack used must be identified too.
2、Why the default stack size is 1M? Just for saving the memory of process or have some other reasons?
3、Can there any tools or methods for me to find the logic where using so much stack?
↧