No stack traces are shown for unhanded exceptions by default.
If a suitably installed debugger is configured (e.g. Visual Studio installed normally) then you will be prompted to start a debugger session when an program crashes, otherwise the "send report" option is displayed.
Anything else is in the implementation of the program.
I would suggest looking at something like procdump (Sysinternals) to capture a memory dump from which VS can give you a stack trace (and more details) to help diagnosing the problem.