Renu Tiwari wrote:
The issue is when Apache is configured with a thirdparty module (64 bit
as well)
Well, which module probably makes a difference, and if the crash isn't
present *without* this module, you should be contacting the author of
the module, not httpd.
and is started the error is shown in event viewer as:-
*/Faulting application httpd.exe, version 2.2.3.0, faulting module
abc_xyz.dll, version 6.0.513.383, fault address 0x00000000000ec417./*
That means nothing, since we know nothing of abc_xyz.dll, we can't
give you any clues what it might mean.
http://httpd.apache.org/dev/debugging.html has information about
capturing stack backtraces to determine what function crashed, but
only if you have access to the .pdb diagnostic files ***for the
exact binaries you are running***. The symbols/ directory here
under /dist/httpd/binaries/win32/ would only apply to the binary
distributions in that directory. Sorry we can't help you more on
this issue, either.