https://github.com/llvm-mirror/libcxxabi/blob/master/src/cxa_exception.cpp#L183C7-L183C31
This function here from the try-catch internals depends on malloc, if that fails well you get std::terminate,
with gdb I was able to tweak the local variables to simulate a malloc failure easily.
How does this make sense?
GitHub
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project - llvm-mirror/libcxxabi
