zombiecong / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Segfault on creating local listeners if default networking used #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile and install application v 1.4.2.4 
2. Run  
3.

What is the expected output? What do you see instead?
Expect initialize and run.
Segfaults after initialization messages
Ran under debugger and saw that it is crashing on enumerating listeners

Program received signal SIGSEGV, Segmentation fault.
0x000000000040a1f0 in make_local_listeners_list ()

What version of the product are you using? On what operating system?
 1.4.2.4
 Ubuntu 12.10 (GNU/Linux 3.6.4-xenU x86_64)

Please provide any additional information below.
If V4 IP addresses are specified app initializes OK.  

Original issue reported on code.google.com by warren.m...@gmail.com on 13 Jan 2013 at 6:58

GoogleCodeExporter commented 9 years ago
Please attach the output of commands "ifconfig -a" and "ip addr list" on your 
system.

Thanks !
Oleg

Original comment by mom040...@gmail.com on 13 Jan 2013 at 8:09

GoogleCodeExporter commented 9 years ago
I suppose the problem happens when there is an interface without a configured 
IP address in the system. I'll fix that.

Original comment by mom040...@gmail.com on 13 Jan 2013 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by mom040...@gmail.com on 13 Jan 2013 at 9:53

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.2.5.

Original comment by mom040...@gmail.com on 13 Jan 2013 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by mom040...@gmail.com on 13 Jan 2013 at 9:54