how to obtain a stack trace when WAMP server crashes ?
Posted
by mithunmo
on Stack Overflow
See other posts from Stack Overflow
or by mithunmo
Published on 2010-03-14T02:57:18Z
Indexed on
2010/03/14
3:05 UTC
Read the original article
Hit count: 421
Hello,
Some times my WAMP server crashes . I get the following error.
HTTP has encountered exception and needs to close.
Unreferenced Memory.
szAppName : httpd.exe szAppVer : 2.2.11.0 szModName : php5ts.dll
szModVer : 5.3.0.0 offset : 0000c309
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\httpd.exe.mdmp
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\appcompat.txt
My question is how to obtain stack trace to debug this problem ? Should I use a windows debugger windows debugger or is there some setting in WAMP server configuration should i enable ?
© Stack Overflow or respective owner