Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
284 views
in Technique[技术] by (71.8m points)

c# - How to detect and diagnose upcoming stack overflow in advance?

Context

I have a .NET 5 console application, which runs into a stack overflow after running approx. three hours. Despite of serious logging, there was nothing useful in the logs.

I do not even know if a) the stack overflow was built up monotonously, starting from the beginning, or b) that there was a runtime condition, what directed the control flow to a branch where the stack overflow built up within a few seconds.

Question

I would like to see which is the case, I also would like to have more diagnostic information when the event occurs. Anyone can point to the right direction, I do not want to reinvent the wheel. I googled it, but except of some C/C++ articles there was no result.

question from:https://stackoverflow.com/questions/65651069/how-to-detect-and-diagnose-upcoming-stack-overflow-in-advance

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...