Hara
Hara

Reputation: 1502

I am not able to get dump file for crash

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

Answers (2)

lsalamon
lsalamon

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

jasonnerothin
jasonnerothin

Reputation: 1575

First off: What "server" are you running? Host OS?

Upvotes: 0

Related Questions