Re: glibc double free or corruption still happening

2007-04-14 Thread ChristosH
- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- View this message in context: http://www.nabble.com/glibc-double-free-or-corruption-still-happening-tf3571832.html#a9995204 Sent from the FreeRadius - User mailing list

Re: glibc double free or corruption still happening

2007-04-14 Thread Alan DeKok
ChristosH wrote: I've installed FR 1.1.6 onto a clean CentOS 4.4 box and got this error, double free or corruption + some hex value. $ valgrind --tool=memcheck --leakcheck=full radiusd -X It should print out more information, especially if you build the server with debugging symbols.

Re: glibc double free or corruption still happening

2007-04-14 Thread ChristosH
. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- View this message in context: http://www.nabble.com/glibc-double-free-or-corruption-still

Re: glibc double free or corruption still happening

2007-04-14 Thread Alan DeKok
ChristosH wrote: Here is the output from valgrind: ... ==504== Invalid free() / delete / delete[] ==504==at 0x4805289: free (vg_replace_malloc.c:233) ==504==by 0x482BC7B: try_dlopen (ltdl.c:3429) It looks like you have the libltdl.la files from 1.1.5 still installed. Delete them,

glibc double free or corruption still happening

2007-04-13 Thread Roberto Greiner
Hi, I've installed FreeRadius 1.1.6 to my Debian Etch box, trying to solve the 'glibc double free or corruption', but the error is still happening. To make sure that no old library was causing the problem, I searched for any file and folder which could be from the old freeradius (using locate

Re: glibc double free or corruption still happening

2007-04-13 Thread Nicolas Baradakis
Roberto Greiner wrote: I've installed FreeRadius 1.1.6 to my Debian Etch box, trying to solve the 'glibc double free or corruption', but the error is still happening. To make sure that no old library was causing the problem, I searched for any file and folder which could be from the old

Re: glibc double free or corruption still happening

2007-04-13 Thread Alan DeKok
Roberto Greiner wrote: I've installed FreeRadius 1.1.6 to my Debian Etch box, trying to solve the 'glibc double free or corruption', but the error is still happening. I'de love to know where it's coming from. I ran it on my system, and under valgrind, and say nothing. To make sure that

Re: glibc double free or corruption still happening

2007-04-13 Thread Jacob Jarick
have u tried this which was suggested by Nicolas Baradakis [EMAIL PROTECTED] You could try to use the libltdl from Fedora instead of the one from the FreeRADIUS sources. $ ./configure --with-system-libtool On 4/13/07, Alan DeKok [EMAIL PROTECTED] wrote: Roberto Greiner wrote: I've

Re: glibc double free or corruption still happening

2007-04-13 Thread Roberto Greiner
Nicolas Baradakis wrote: Roberto Greiner wrote: I've installed FreeRadius 1.1.6 to my Debian Etch box, trying to solve the 'glibc double free or corruption', but the error is still happening. To make sure that no old library was causing the problem, I searched for any file and folder

Re: glibc double free or corruption still happening

2007-04-13 Thread Roberto Greiner
Roberto Greiner wrote: Nicolas Baradakis wrote: Roberto Greiner wrote: I've installed FreeRadius 1.1.6 to my Debian Etch box, trying to solve the 'glibc double free or corruption', but the error is still happening. To make sure that no old library was causing the problem, I