You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stable-testers@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2003/07/18 23:15:24 UTC

Re: [PATCH][1.3] Segfault in mod_proxy

At 05:00 PM 7/17/2003, William A. Rowe, Jr. wrote:
>I should have read the rest of the thread first.  I'm happy with a .28 release
>already and will do the win32-magic tonight.

Sorry this took me a little while to get to the top of my plate.  The installers
for Apache 1.3.28/Win32 are now created and available for testing and
download from:

  http://www.apache.org/dist/httpd/binaries/win32/

Note there is a new file, apache_1.3.28-win32-x86-symbols.zip.  As already
introduced for 2.0 packaging, we will now make the exact set of diagnostic
symbols available for users to simply unpack into their apache/ directory
(with the appropriate -dir flag to unpack the tree structure.)

These files should significantly enhance the core developers' ability to
diagonose Win32 crash dump files (.dbg files).  Users wishing to be able
to look at the raw files may also obtain windbg from Microsoft (free download)
and unpack the symbols into their own tree.

Even without windbg, these symbol files provide Dr. Watson on Win2k 
and later, or WinME with the ability to provide a useful backtrace report 
of a crashed server process.

Bill