A bug with httpd-2.4.2 Win-x64

2012-04-16 Thread Bing Swen
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:

Re: A bug with httpd-2.4.2 Win-x64

2012-04-16 Thread Guenter Knauf
Hi Bing, you did hit the apr list - I think this should go to the httpd list instead ... ;-) Am 16.04.2012 14:32, schrieb Bing Swen: 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

Re: A bug with httpd-2.4.2 Win-x64

2012-04-16 Thread Jeff Trawick
On Mon, Apr 16, 2012 at 8:32 AM, Bing Swen bs...@pku.edu.cn 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

Re: apr_proc_create {detached} pipes?

2012-04-16 Thread William A. Rowe Jr.
On 4/12/2012 10:37 PM, William A. Rowe Jr. wrote: Has anyone else ever encountered an opportunity to detach a process, which you would still enjoy stdio channels to communicate? First I actually have bumped into this, but we didn't seem to leave much in the way of an apr_proc_detach that