You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, after calling the StackWalker::LoadModules, load a new DLL into the process and force the code of this DLL to raise an exception, then we will not receive a stack trace.
The documentation says
it is recommended to reuse the instance
andno sense to create more than one instance
.Source: https://github.com/JochenKalmbach/StackWalker#reusing-the-stackwalk-instance
But these are fundamentally incorrect recommendations!
If, after calling the
StackWalker::LoadModules
, load a new DLL into the process and force the code of this DLL to raise an exception, then we will not receive a stack trace.Example that reproduces this problem: remittor-pr@2bbd898
Cases when
TEST_NEW_DLL_AND_FUNC = 0
Cases when
TEST_NEW_DLL_AND_FUNC = 1
The text was updated successfully, but these errors were encountered: