Re: [OpenSER-Devel] Memory Leak or Fragmentation error.

2008-07-25 Thread Andrew O. Zhukov
Bogdan, Is it contain all information to fix? Sould I add debug printing to trace a trouble in a backward direction? Bogdan-Andrei Iancu пишет: Andrew, Do you have a a mem dump from the memory debugger? if so, you can send it to me privately. Regards, Bogdan Andrew O. Zhukov

Re: [OpenSER-Devel] Memory Leak or Fragmentation error.

2008-07-24 Thread Andrew O. Zhukov
Andrew O. Zhukov пишет: Catched with complete string numbers etc... infom me where to send the dump. I do not wish to place on ftp,http it's contain too much confidential information. Thanks in advance. Can someone help me? ___ Devel mailing

Re: [OpenSER-Devel] Memory Leak?

2008-07-21 Thread Henning Westerholt
On Friday 18 July 2008, Andrew O. Zhukov wrote: [...] Done. Submit Pls. Is it correct? [EMAIL PROTECTED] openser-1.3.0-notls]# make all Compiling action.c gcc -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=nocona

Re: [OpenSER-Devel] Memory leak?

2008-07-18 Thread Andrew O. Zhukov
Ready to provide complete log file with memory debug on directly to developers. Henning Westerholt пишет: On Wednesday 09 July 2008, Andrew O. Zhukov wrote: [..] Hi Andrew, i think i've found some problems in the postgres module. The problem were caused from a invalid data in the

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Dan Pascu
It's more likely that this is not a memory leak, but a memory fragmentation issue. If you happen to run a fifo command like ul_dump with a lot of active contacts, it'll allocate a lot of small fragments and the memory gets fragmented. Later even after the memory is freed, it will not be able

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Daniel-Constantin Mierla
On 07/18/08 15:17, Dan Pascu wrote: It's more likely that this is not a memory leak, but a memory fragmentation issue. If you happen to run a fifo command like ul_dump with a lot of active contacts, it'll allocate a lot of small fragments and the memory gets fragmented. Later even after

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Andrew O. Zhukov
Thanks Dan, Actually i have not more then 100 active registration yet... The question is how to fix? So, I save a memory debug log from this issue. Is it helpful for you? I can send it directly. Dan Pascu пишет: It's more likely that this is not a memory leak, but a memory fragmentation

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Andrew O. Zhukov
Daniel-Constantin Mierla пишет: On 07/18/08 15:17, Dan Pascu wrote: It's more likely that this is not a memory leak, but a memory fragmentation issue. If you happen to run a fifo command like ul_dump with a lot of active contacts, it'll allocate a lot of small fragments and the memory

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Daniel-Constantin Mierla
On 07/18/08 16:05, Andrew O. Zhukov wrote: Daniel-Constantin Mierla пишет: On 07/18/08 15:17, Dan Pascu wrote: It's more likely that this is not a memory leak, but a memory fragmentation issue. If you happen to run a fifo command like ul_dump with a lot of active contacts, it'll

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Daniel-Constantin Mierla
On 07/18/08 15:48, Andrew O. Zhukov wrote: Compile with memory debug and see the log dump, that will give more hints: http://www.openser.org/dokuwiki/doku.php/troubleshooting:memory Sent directly to Daniel. updating the list -- indeed seems like a leak, over 6k chunks in may processes

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Andrew O. Zhukov
Daniel-Constantin Mierla пишет: On 07/18/08 16:05, Andrew O. Zhukov wrote: Daniel-Constantin Mierla пишет: On 07/18/08 15:17, Dan Pascu wrote: It's more likely that this is not a memory leak, but a memory fragmentation issue. If you happen to run a fifo command like ul_dump with a

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Henning Westerholt
On Friday 18 July 2008, Andrew O. Zhukov wrote: This openser compiled exactly as in your link: What's wrong? -DSTATISTICS \ -DCHANGEABLE_DEBUG_LEVEL \ #-DF_MALLOC \ -DDBG_QM_MALLOC \ Hi Andrew, i remember some issues with make if you have a comment

Re: [OpenSER-Devel] Memory Leak?

2008-07-18 Thread Daniel-Constantin Mierla
On 07/18/08 17:03, Andrew O. Zhukov wrote: Daniel-Constantin Mierla пишет: On 07/18/08 16:05, Andrew O. Zhukov wrote: Daniel-Constantin Mierla пишет: On 07/18/08 15:17, Dan Pascu wrote: It's more likely that this is not a memory leak, but a memory fragmentation

Re: [OpenSER-Devel] memory leak in canceled call with diversion header

2008-02-06 Thread Bogdan-Andrei Iancu
Hi Will, Yes, this is right - mainly because there are some headers that have a similar syntax like TO/FROM hdr and use the parse_to() function. But the message cleaner is not aware of that and leaks the parsed part of the header. I will take a look on this. Best regards, Bogdan William

Re: [OpenSER-Devel] memory leak in canceled call with diversion header

2008-02-05 Thread William Quan
I think my issue is with ACC log_extra setting: modparam(acc, log_extra, div=$di) The acc callback 'on_missed' is invoked when the call is canceled (487). With this 'log_extra' setting, the acc function extra2strar() executes and parses the diversion header in the request. It is this memory

Re: [OpenSER-Devel] Memory leak

2007-10-31 Thread Bastian Friedrich
Hi, On Tuesday 30 October 2007, Mik Cheez wrote: The big modification I added to my routing before this began was using 'perl_exec' in the onreply_route (before I only used it in the general and failure route). unfortunately, I still have not caught up with Daniel's free_fixup functions; I