Tim Bates
Tim Bates
Thanks, happy to support whatever approach works for you. I would love it if you can get #818 into 0.32 as well.
@mkarlesky Segmentation faults / access violations in Windows cause [an SEH exception](https://learn.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp?view=msvc-170). These are used to implement C++ exceptions on Windows. The default behaviour for an [unhandled C++ exception](https://learn.microsoft.com/en-us/cpp/cpp/unhandled-cpp-exceptions?view=msvc-170) is...
@mkarlesky mostly it was about getting nicer and cleaner output from gdb. - As you've already seen, I created a genuine null pointer dereference in the test suite instead of...