APR mem leak?

2003-02-14 Thread Dagfinn Aarvaag
Hi, I want to report a possible bug in the APR that I have seen for a while. May be someone familiar with the code can find it easy? When creating TCP connections the client leaks memory, 8/16 kbyte, for every connection that is created. The server side does not leak. /Dagfinn

RE: apr_sockaddr_info_get: Posible bug

2002-11-20 Thread Dagfinn Aarvaag
Hi, I see the same problem on Solaris 8 and Win32. apr_sockaddr_info_get return apr code APR_SUCCESS, but returned IP address and hostname in the struct apr_sockaddr_t are 0.0.0.0 and . ..but my apr version is old. Regards Dagfinn -Original Message- From: [EMAIL PROTECTED]

RE: apr_sockaddr_info_get: Posible bug

2002-11-20 Thread Dagfinn Aarvaag
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Trawick Sent: 20 November 2002 14:31 To: Dagfinn Aarvaag Cc: Damir Dezeljin; APR Subject: Re: apr_sockaddr_info_get: Posible bug Dagfinn Aarvaag [EMAIL PROTECTED] writes: Hi, I see the same problem on Solaris 8 and Win32

RE: apr and pools

2002-05-02 Thread Dagfinn Aarvaag
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Trawick Sent: 22. mars 2002 14:18 To: Dagfinn Aarvaag Cc: dev@apr.apache.org Subject: Re: apr and pools Dagfinn Aarvaag [EMAIL PROTECTED] writes: I have a problem with a growing memory pool when I create a server socket

apr and pools

2002-03-22 Thread Dagfinn Aarvaag
connection, and that the memory is not released when the tcp socket is closed. I see the same problem both on Windows and Solaris. Is this a known problem? Is there some trick to avoid the growing memory pool? Best regards Dagfinn Aarvaag [EMAIL PROTECTED] +47 926 36 155