Hello, i debugged a lot and found that i had a mistake in my libraries during compiling FR, i had different versions of the mysqlclient files in my include path, so i cleaned my include environment and now it is possible to connect 5 times to the MYSQL database. sorry for that...... thanks a lot and best regards, Andreas M. Nicolas Baradakis schrieb:
Andreas M. wrote:
thanks for answering, i downloaded FR 1.0.5, made Debian packages and installed it, but no success, also fragmentation faults after first connection.
I can't reproduce the problem, therefore it's difficult to find the bug.
Can you please build the Debian package with this command line? $ DEB_BUILD_OPTIONS="noopt nostrip" fakeroot dpkg-buildpackage -b -uc
And then run FreeRADIUS with valgrind. (a memory debugger) # valgrind freeradius -f
Please post the output of valgrind to the bugzilla. (bug #271)
Nicolas Baradakis