On Jan 27, 2017, at 7:38 AM, Michal Tomaszewski <Michal.Tomaszewski@cca.pl> wrote:
Hi Alan, As you can see the problem described below was not exactly - as you previously stated - caused by SQL library but somehow FR itself... I understand that your fixes solved the problem, e.g.: https://github.com/FreeRADIUS/freeradius-server/commit/8aaf545d6c011dd5d4a2f...
Unfortunately current build of freeradius 3.0.13 makes (in our server once a minute) segmentation fault after SQL INSERT command
user@server:~$ sudo freeradius -Xx > log20170127b.txt Segmentation fault (core dumped)
There are instructions for getting useful information out of gdb. https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/doc/bugs
Last lines in log:
That doesn't contain anything useful. We need the gdb logs. Please follow the documentation link above. Alan DeKok.