[Lldb-commits] [PATCH] D128410: [lldb] Add a testcase for nested exceptions on Windows
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 03:55:50 PDT 2022
mstorsjo added a comment.
In D128410#3604083 <https://reviews.llvm.org/D128410#3604083>, @mstorsjo wrote:
> I'm not all that familiar with exactly what happens in these APIs here that makes this a nested exception and what other non-GUI APIs would produce the same effect. Maybe any API where Windows system code calls back to a user provided callback? Does @stella.stamenova know?
FWIW, I tested with doing a similar crash in the callback from `EnumerateLoadedModules`, but that doesn't trigger the same case.
I tested running the lldb tests within docker, which is a headless windows environment, and this test does indeed fail there (it hangs).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128410/new/
https://reviews.llvm.org/D128410
More information about the lldb-commits
mailing list