On Mon, Apr 16, 2012 at 8:32 AM, Bing Swen <[email protected]> wrote:
> Hi,
>
> After building the httpd-2.4.2 x64 binaries with VS2010, I encountered a 
> runtime error in the module libhttpd.dll, which alerts that a heap corruption 
> occurred at somewhere:
>        file D:\_bsDev\KSE\httpd-2.4.2\server\config.c
>        line 680:
>                 free(ap_module_short_names[m->module_index]);
>
> The free() call always led to heap corruption like this:
>                        HeapFree(_crtheap, 0, pBlock);
>                        // access error with pBlock  == NULL.
>
> My temp solution is commenting off this single line to get httpd.exe run. 
> Please verify if it is a bug.

Please post to the [email protected] instead of to this APR list,
as the symptom is closely related to httpd code.

Reply via email to