freeradius 1.0.4 segmentation fault

Nicolas Baradakis nbk at sitadelle.com
Tue Sep 13 11:09:39 CEST 2005


Konstantin Kubatkin wrote:

> I'm use Debian/Sarge AND64 and Debian/Sarge I386
>
> If it is used Crypt-Password that freeradius finishes work with
> segmentation fault

Please get version 1.0.5 and build the Debian package with this
command line:
$ DEB_BUILD_OPTIONS="noopt nostrip" fakeroot dpkg-buildpackage -b -uc

Install the new package, and enable core dumps:
$ ulimit -c unlimited

When freeradius core dumps, do:

$ gdb /path/to/executable /path/to/core/file

And then in 'gdb', do:

(gdb) bt

Copy the output, and mail it to the list.

-- 
Nicolas Baradakis




More information about the Freeradius-Users mailing list