RE: Thread handle leak in APR

2010-08-20 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
John, Thanks for your response. The server where we observed this is a performance machine. There will be frequent access to the server. You can see the issue of thread handle leak on running the server for more than three days. When we cross check the count of Threads and thread handles count

Re: %lld/%llu not handled by apr_vformatter

2010-08-20 Thread Chris Knight
I am on 64-bit, %lu works just fine. My problem is that %llu on my 64-bit OS causes apr_vformatter to not identify %llu as a % string, so that in my example below it skips the %llu and sends the u_int64_t to the %s, causing a seg fault. Whereas printf does not have this behavior on a 64-bit OS.

Re: Thread handle leak in APR

2010-08-20 Thread Guenter Knauf
Hi Prathima, Am 20.08.2010 09:04, schrieb Prathima Dandapani -X (pdandapa - HCL at Cisco): Steps used to compile Apache is as follows. Run Setenv.cmd from the Windows-Server-2003-R2-Platform-SDK installed directory Run vcvars32.bat from VC++ installed directory. AFAICT this is the wrong

Re: Thread handle leak in APR

2010-08-20 Thread William A. Rowe Jr.
On 8/20/2010 1:08 PM, Guenter Knauf wrote: Hi Prathima, Am 20.08.2010 09:04, schrieb Prathima Dandapani -X (pdandapa - HCL at Cisco): Steps used to compile Apache is as follows. Run Setenv.cmd from the Windows-Server-2003-R2-Platform-SDK installed directory Run vcvars32.bat from VC++

Re: Thread handle leak in APR

2010-08-20 Thread Erik Huelsmann
On Fri, Aug 20, 2010 at 8:30 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 8/20/2010 1:08 PM, Guenter Knauf wrote: Hi Prathima, Am 20.08.2010 09:04, schrieb Prathima Dandapani -X (pdandapa - HCL at Cisco): Steps used to compile Apache is as follows. Run Setenv.cmd  from the

Fwd: %lld/%llu not handled by apr_vformatter

2010-08-20 Thread Igor Galić
Back to the list (I didn't realize it was just in CC) i - Forwarded Message - From: Chris Knight christopher.d.kni...@nasa.gov To: Igor Galić i.ga...@brainsware.org Sent: Saturday, 21 August, 2010 12:22:23 AM Subject: Re: %lld/%llu not handled by apr_vformatter That's fine with me. On

RE: Thread handle leak in APR

2010-08-20 Thread Bert Huijben
-Original Message- From: Erik Huelsmann [mailto:ehu...@gmail.com] Sent: vrijdag 20 augustus 2010 13:20 To: William A. Rowe Jr. Cc: dev@apr.apache.org Subject: Re: Thread handle leak in APR On Fri, Aug 20, 2010 at 8:30 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On