Hi STipe

I sent you a small patch for the smpp module a few days ago. It should 
address this error.

Here it is again.

--- gw/smsc_smpp.c Thu Jan 17 22:51:52 2002
+++ smsc_smpp.c Mon Jan 21 21:01:35 2002
@@ -548,6 +548,7 @@

info(0,"DLR = %s",octstr_get_cstr(dlrmsg->sms.msgdata));
bb_smscconn_receive(smpp->conn, dlrmsg);
+ bb_smscconn_sent(smpp->conn, msg);
}
else
{


Nisan
At 02:53 PM 1/31/02 +0100, Stipe Tolj wrote:
>Benjamin Lee wrote:
> >
> > After running the cvs 20020126 version of kannel connected to an SMPP
> > gateway quite happily for the last 6 days... kannel died with:
> >
> > 2002-01-31 00:11:22 [8] PANIC: Too many concurrent allocations.
> >
> > Does this imply that the server it was running on ran out of memory? Or, is
> > there a subtle leak somewhere?
>
>No, Kannel has a limitation if you run it in --with-malloc=check mode
>which is the default setting while configuring.
>
>For productive enviroments I would suggest using the
>--with-defaults=speed flag which sets malloc and assertion checking
>accordingly.
>
>Stipe
>
>[EMAIL PROTECTED]
>-------------------------------------------------------------------
>Wapme Systems AG
>
>Münsterstr. 248
>40470 Düsseldorf
>
>Tel: +49-211-74845-0
>Fax: +49-211-74845-299
>
>E-Mail: [EMAIL PROTECTED]
>Internet: http://www.wapme-systems.de
>-------------------------------------------------------------------
>wapme.net - wherever you are


Reply via email to