[OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-23 Thread Kristijan Vrban
Hello, i just fetched latest 1.6 svn branch (revision 6356) and when starting it on my Debian/Etch: Program received signal SIGSEGV, Segmentation fault. init_acc_extra () at ../../ip_addr.h:418 418 switch(ip->af){ (gdb) bt #0 init_acc_extra () at ../../ip_addr.h:418 #1 0xb7b8d06c in

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-23 Thread Bogdan-Andrei Iancu
Hi Kristijan, What are the configured listening interfaces in your script ? Regards, Bogdan Kristijan Vrban wrote: > Hello, i just fetched latest 1.6 svn branch (revision 6356) and when starting > it on my Debian/Etch: > > Program received signal SIGSEGV, Segmentation fault. > init_acc_extra

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-24 Thread Kristijan Vrban
Just the default script. I only uncomment the tls settings, and added my internal ip /* uncomment the following lines to enable TLS support (default off) */ disable_tls = no listen = tls:192.168.2.100:5061 tls_verify_server = 1 tls_verify_client = 1 tls_require_client_certificate = 0 tls_method =

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-11-24 Thread Kristijan Vrban
without the "listen" line (comment out) listen = tls:192.168.2.100:5061 it's working 2009/11/24 Kristijan Vrban > > Just the default script. I only uncomment the tls settings, and added my > internal ip > > /* uncomment the following lines to enable TLS support (default off) */ > disable_tls =

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-12-01 Thread Bogdan-Andrei Iancu
Hi Kristijan, The fix is available on SVN - please update sources from SVN tree and it should work. Thanks for your report, Bogdan Kristijan Vrban wrote: > without the "listen" line (comment out) > listen = tls:192.168.2.100:5061 > it's working > > 2009/11/24 Kristi

Re: [OpenSIPS-Users] Segmentation fault at ip_addr.h:418 when starting opensips 1.6

2009-12-01 Thread Kristijan Vrban
hello, yes it's working fine now. >Thanks for your report Thanks for the fix :) Kristijan 2009/12/1 Bogdan-Andrei Iancu > Hi Kristijan, > > The fix is available on SVN - please update sources from SVN tree and it > should work. > > Thanks for your report, > Bogdan > > Kristijan Vrban wrote: >