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.