Re: [OpenSIPS-Users] troubleshooting memory problems

2010-08-01 Thread Bogdan-Andrei Iancu
Hi Richard, What you found out is really true :) - you cannot make a comment in the middle of the list :)... Anyhow, now that the mem debugger is compiled in, please let me know when you get the mem dumps to see where the leak is coming from. Regards, Bogdan Richard Revels wrote: Just a

Re: [OpenSIPS-Users] troubleshooting memory problems

2010-07-28 Thread Richard Revels
Just a quick follow-up on this. I was cleaning up this server today (plus the couple problems I was having with b2bua - refer scenario were fixed with last bug fix) and realized that there are times when I can be pretty dense. I was somewhat perplexed as to why I didn't get the debug output I

Re: [OpenSIPS-Users] troubleshooting memory problems

2010-05-27 Thread Richard Revels
make realclean did it. Thank you. I'll add that to my stuff kinda good to remember list. I was tempted to go back and make sure I hadn't imagined doing a make clean the first time around but not all that tempted. : Richard On May 27, 2010, at 12:22 PM, Ovidiu Sas wrote: Try 'make

[OpenSIPS-Users] troubleshooting memory problems

2010-05-26 Thread Richard Revels
In Makefile.defs uncomment -DDBG_QM_MALLOC \ -DDBG_F_MALLOC \ In script set debug=6 memlog=6 Restart and let run for a while. Then cat /var/log/opensips-msg | egrep 'freeing|DBG:core:fm_malloc.*called' | sed -e 's/.*free.*\: \(.*\)/\1-mfree/' -e 's/.*malloc.*\: