Crash dumps are not generated when exception in code is occurred.

O V, Naveen 20 Reputation points
2025-10-14T16:26:30.6233333+00:00

_set_se_translator function is used for setting a hook when an exception is triggered in the code.

For testing, we have created an exception the code by null dereferencing.

But, even after the SEH translator hook function is registered, the hook function is not getting triggered when exception had occurred.

What could be the possible reasons?

Windows development | Windows API - Win32
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.