5 Mar
2015
5 Mar
'15
10:36 a.m.
Stefan, if you want to generate your own valgrind the command I'm using is valgrind --log-file=/tmp/valgrind.out --num-callers=50 --leak-check=full --show-reachable=yes freeradius -fxx -l stdout You'll need to make sure your freeradius and trust router have debugging symbols. On Debian, if you're building FR packages, in your build environm ent: export DEB_BUILD_OPTIONS='noopt nostrip' before the build. I think the default non-package build should be fine. For trust-router, simply install moonshot-trust-router-dbg As you know it'll be a couple of weeks before I get back to this.