c – SIGSEGV signal not caught by handler in multi threaded process
I am working on a Vulkan layer that intercepts all Vulkan calls and writes them in a file. When it comes to dealing with device memory mapped to user space the layer detects reads and writes from the user by protecting memory regions with mprotect. The idea is that when the user requests to vkMapMemory … Read more