Reputation: 1502
I am getting crash when I stop my server. But I could not see any dump file for this crash. Why dump file is not getting created. If possible could any one let me know where dump file will be created.
Thanks Haranadh
Upvotes: 0
Views: 1198
Reputation: 8174
Intall Debugging Tools for Windows, before stop your server execute at cmd line:
"C:\Program Files\Debugging Tools for Windows (x86)\adplus" -pn process-name.exe -hang -o path-of-output-files
and the dump file is created for you.
Upvotes: 2