On Wed Oct 29 11:42:55 2025 +0000, Piotr Caban wrote:
I've been using something very similar for testing. I'm still getting crashes when native vcruntime140 and builtin vccorlib140 is used.
Ah, I was running the code against builtin DLLs only. FWIW, there's some additional bookeeping `_CxxThrowException` does when a `TYPE_FLAG_IUNKNOWN` exception is thrown, which depends on the last field in `set_exception_inner` being a valid function pointer. I opened !9306 which tries to do this.