Benjamin Lawetz wrote:
I have a couple of bugs I'm trying to debug compiling asterisk with valgrind. But of course when compiled like that the bugs don't occur. What are the exact effects of Valgrind? Would there be a hit on performance running asterisk compiled with valgrind ?
'make valgrind' turns off all compiler optimizations. Yes, there will be a performance hit, if your system is heavily loaded you will be able to handle fewer calls.
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
