Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-24 Thread Eugeny Korekin
Eugeny Korekin [EMAIL PROTECTED] writes: I've found outh, that there is a memory leak in jabberd 1.4.2 and jabberd14 from cvs. When jabberd is using external xdb authentification module(i use xdb_auth_cpile), and user tries to login with _wrong_ password, jabberd aallocates some memory, and

Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-20 Thread Alexey Nezhdanov
Hi, i'm really new to jabberprogramming and I was wondering what could be the possible reasons when i'm trying to connect to a server and the server doesn't reply, the connection code is good because when I change server to jabber.org it works. I'm aware of the shortage of info, i'm just

Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-19 Thread Eugeny Korekin
Thomas Muldowney [EMAIL PROTECTED] writes: Hrm... are you sure it's only in auth? A quick glance doesn't show Yes, at least it leads jabberd to crash very quick. anything devastating. Can i get some more specifics on the packets you are sending? Digest, plain, 0k? Thanks. I use only

Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-19 Thread Mats Lindblad
Hi, i'm really new to jabberprogramming and I was wondering what could be the possible reasons when i'm trying to connect to a server and the server doesn't reply, the connection code is good because when I change server to jabber.org it works. I'm aware of the shortage of info, i'm just

Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-18 Thread Thomas Muldowney
Hrm... are you sure it's only in auth? A quick glance doesn't show anything devastating. Can i get some more specifics on the packets you are sending? Digest, plain, 0k? Thanks. --temas On Fri, Mar 14, 2003 at 01:33:02PM +0600, Eugeny Korekin wrote: I've found outh, that there is a memory

Re: [JDEV] Memory leak in jabberd 1.4.2

2003-03-18 Thread Luis Peralta
On Tue Mar 18, 2003 at 02:52:42PM -0600, Thomas Muldowney wrote: Hrm... are you sure it's only in auth? A quick glance doesn't show anything devastating. Can i get some more specifics on the packets you are sending? Digest, plain, 0k? Thanks. I can confirm this. In my case it's

[JDEV] Memory leak in jabberd 1.4.2

2003-03-13 Thread Eugeny Korekin
I've found outh, that there is a memory leak in jabberd 1.4.2 and jabberd14 from cvs. When jabberd is using external xdb authentification module(i use xdb_auth_cpile), and user tries to login with _wrong_ password, jabberd aallocates some memory, and do not frees it after auth attempt. When user