Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting.
Unfortunately, I cannot reproduce the problem on my Debian and Ubuntu systems.
Could you please provide more information ?
1) The exact version of OS
2) How many CPUs
3) What network interfaces do you have: how many cards and IP address. As far
as I can see - just one of both, right ?
4) Could you please download and compile the full archive and test whether it
works ? If not, I'd ask to try to run in a debugger and see what is going on.
Thanks !
Oleg
Original comment by mom040...@gmail.com
on 26 Sep 2013 at 3:30
I installed ubuntu kernel 3.2.0-52 x64 and I tried all possible variants - no
luck, I cannot crash the server. Please help me to debug the situation in your
system.
Original comment by mom040...@gmail.com
on 27 Sep 2013 at 7:23
It seems like i found a reason: if i set "redis-statsdb" param without a
"dbname" at /etc/turnserver.conf file - server craches.
So, if i set something like:
redis-statsdb="dbname=test"
server start normally (don't crash)
Original comment by ktrushni...@gmail.com
on 27 Sep 2013 at 1:39
Indeed, the stats db name seems to be the problem. It actually has to be an
integer - redis uses pre-defined database numbers, starting from 0. When you
use "test" then the turnserver converts it to 0. When you do not use any dbname
then something is crashing inside, I'll investigate it later today.
Thanks !
Oleg
Original comment by mom040...@gmail.com
on 27 Sep 2013 at 4:27
fixed in 2.6.4.1
Original comment by mom040...@gmail.com
on 28 Sep 2013 at 5:33
Original issue reported on code.google.com by
ktrushni...@gmail.com
on 26 Sep 2013 at 10:42Attachments: