Re: Does opensmppbox and smsbox have serious memory issues?

2014-04-28 Thread Alexander Malysh
Hi, there was memory issue with smsbox but should be fixed already. Please try to run SVN trunk version because 1.5.0 is really tooo old. Alex Am 27.04.2014 um 08:27 schrieb Andreas Fink af...@list.fink.org: If there's a memory leak (which it looks like) it should be relatively easy to

Strange sqlbox/kannel bug(?)

2014-04-28 Thread Ciaran Scolard
Hi All, I've encountered a very strange bug(?) to do with kannel and sqlbox. I'm wondering if anyone can shed some light on it. When I insert into send_sms and specify the charset field, things start to go strange. When I do this. INSERT INTO send_sms00 (momt, sender, receiver, udhdata,

RE: Does opensmppbox and smsbox have serious memory issues?

2014-04-28 Thread Rene Kluwen
More people have confirmed this. Point is that I am not able to reproduce in a test setup. Could you re-run with: valgrind --leak-check=full --track-origins=yes ./opensmppbox? Track origins should be the key. Trying to get this nailed for a while now. == Rene -Original Message- From:

Re: Does opensmppbox and smsbox have serious memory issues?

2014-04-28 Thread Andreas Fink
==31087== 4,986,528 (77,472 direct, 4,909,056 indirect) bytes in 4,842 blocks are definitely lost in loss record 813 of 813 ==31087==at 0x4027434: malloc (vg_replace_malloc.c:291) ==31087==by 0x80970B3: gw_native_malloc (gwmem-native.c:87) ==31087==by 0x80A37A1:

RE: Handling throttling and message queue full errors‏‏

2014-04-28 Thread Ahmed Shabana
hi tolis , what is the test the operator require ? Best regards, Shabana From: tolis man [mailto:vito...@hotmail.com] Sent: Monday, April 28, 2014 7:39 AM To: Ahmed Shabana Cc: devel@kannel.org Subject: RE: Handling throttling and message queue full errors‏‏ Hi, I use this two parameters like

RE: Does opensmppbox and smsbox have serious memory issues?

2014-04-28 Thread Rene Kluwen
Hello Andreas, The smsc_id that is returned by boxc_route_msg_to_smsc is NOT a copy, so it shouldn't be destroyed afterwards. But you put the finger on the right spot. There was a memory leak in that function. I commited attached diff to svn. Please, can somebody test it and see if this

RE: Strange sqlbox/kannel bug(?)

2014-04-28 Thread Ciaran Scolard
Further tracing with strace and SQL Profiler shows this: Strace output: write(7, 15:36:11.403232 20842 (write.c:140):tds_put_string converting 298 bytes of \INSERT INTO euro_sent_sms00 (momt, sender, receiver, udhdata, msgdata, xtime, smsc_id, service, account, sms_type, mclass, mwi, coding,

Re: Strange sqlbox/kannel bug(?)

2014-04-28 Thread spameden
First of all, what kannel's version you're using? Try building from source latest version from SVN. 2014-04-28 19:02 GMT+04:00 Ciaran Scolard cia...@phonovation.com: Further tracing with strace and SQL Profiler shows this: Strace output: write(7, 15:36:11.403232 20842

RE: Strange sqlbox/kannel bug(?)

2014-04-28 Thread Ciaran Scolard
The very latest version running on CentOS 6.5 x64. From: spameden [mailto:spame...@gmail.com] Sent: 28 April 2014 18:10 To: Ciaran Scolard Cc: devel@kannel.org; Pedro Quintas Subject: Re: Strange sqlbox/kannel bug(?) First of all, what kannel's version you're using? Try building from source

Re: Does opensmppbox and smsbox have serious memory issues?

2014-04-28 Thread Hanh Le Bich
Dear hbilman development team, I'm willing to help to provide more evident but i have no background to work in IT fields. Cause my server has no internet connection thus i cannot get the lastest SVN trunk. Normally i download source files via the daily snapshot, is it ok? Regards, Hanh. On