22 Nov
2012
22 Nov
'12
9 a.m.
On 22 Nov 2012, at 13:37, alan buxey <A.L.M.Buxey@LBORO.AC.UK> wrote:
Hi,
That's... very weird. How the heck does a build system change a running program like that?
got to the bottom of this - well, sort of. thanks to some out-of-band discussion with Arran.
pull request 49 broke our server
https://github.com/FreeRADIUS/freeradius-server/pull/49/files
causing a massive loopy/CPU burn each time the PERL module was called......
I have 'reverted' this patch (by taking out the changes and changing paircopy2 and pairdelete to use the new API ) and the server now ticks along as it used to.
https://github.com/FreeRADIUS/freeradius-server/commit/1899dbb4a137249e1430f... Fixed. -Arran