On May 15, 2014, at 9:00 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 15 May 2014, at 14:56, Phil Mayers <p.mayers@IMPERIAL.AC.UK> wrote:
On 15/05/14 09:56, Stefan Paetow wrote:
Aaron, Alan D, et al.
Just to confirm, I’ve been able to reproduce on my CentOS 6.5 system with an RPM version of this.
I *can't* repro this on a 6.5 box compiled from source.
Can I just confirm people are seeing it segfault on startup with a default config? No action required?
Difference appears to be whether it's built with --enable-developer or not.
Not results in SEGV.
I can confirm this on machine where I have been testing the 'freeradius-server-3.0.3.tar.gz’ tarball … ./configure —enable-developer; make; make install NO SEGV ./configure; make; make install SEGV — Aaron