Hi All,
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
From stackoverflow
-
First off: What "server" are you running? Host OS?
Haranadh : The server is apache server which is coded in C++, part of my project. -
Hi Haranadh,
Here are some pointers:
http://support.microsoft.com/kb/235496
http://support.citrix.com/article/CTX118614This one is cool too - lets you get a dump when you want one
http://support.microsoft.com/kb/244139-Foredecker
-
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.
0 comments:
Post a Comment