Hrm, I think it's actually a gwlib error, on gwmem-check.c

You could try increasing MAX_TAB_SIZE on gwlib/gwmem-check.c

Search for this lines:

/* 100 MB */
#define MAX_TAB_SIZE (100*1024*1024L)
#define MAX_ALLOCATIONS ((long) (MAX_TAB_SIZE/sizeof(struct area)))

Try putting 200 instead of 100 and see if it improves.

You'll have to recompile kannel and sqlbox afterwards.

Anyway, I suspect you're hitting the limits of your system, but can't hurt
to give it a try ;)

Regards,

Alex

On Sat, Apr 16, 2011 at 5:03 PM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Increase max-connections in group = mysql-connection.
>
>
>
> == Rene
>
>
>
> *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On
> Behalf Of *ha...@aeon.pk
> *Sent:* Saturday, 16 April, 2011 15:34
> *To:* Ram Manohar
> *Cc:* kannel users
> *Subject:* Re: Issue with SQLBOX
>
>
>
> I tried it a lot of time, but same issue comes. I have to manually start
> everything again.
>
> On Sat, Apr 16, 2011 at 6:33 PM, Ram Manohar <nr...@airhub.com> wrote:
>
> pls kill the sql box and start the sql box again...
>
>
>
> On Sat, Apr 16, 2011 at 6:57 PM, ha...@aeon.pk <ha...@aeon.pk> wrote:
>
> Hi,
>
>
>
> My SQLBOX is randomly aborting on high traffic. Following error is thrown
> in logs:
>
>
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: Too many concurrent allocations.
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(gw_panic+0xc2) [0x80730e2]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8066af5]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(gw_check_malloc+0x84)
> [0x8066b84]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(msg_create_real+0x29)
> [0x8054099]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox(msg_unpack_real+0x2d)
> [0x805422d]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC:
> sqlbox(read_from_bearerbox_real+0xe2) [0x8055132]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8050619]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x805105b]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: sqlbox [0x8068b8b]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: /lib/libpthread.so.0 [0xd89832]
>
> 2011-04-16 18:21:47 [12759] [2] PANIC: /lib/libc.so.6(clone+0x5e)
> [0xcc8f6e]
>
>
>
> As a result, SMSBOXes also get disconnected, since they are connected to
> sqlbox.
>
>
>
> Can someone help in this regard?
>
>
>
> Hamza
>
>
>
> --
>
> *Regards,*
>
> *RamManohar.N,*
>
> *AirHub Technologies,*
>
> *Hyderabad*
>
>
>
>
>

Reply via email to