Displaying 2 results from an estimated 2 matches for "handle_nodebugchan_deprecated".
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
I have built Asterisk 1.4.4 on my Solaris 10 x86 box: 
LDFLAGS='-R/usr/sfw/lib -R/opt/csw/lib -L/opt/csw/lib -L/usr/sfw/lib' 
CPPFLAGS=-I/opt/csw/include ./configure -with-curl=/opt/csw 
--without-oss --without-vpb --prefix=/opt/asterisk-1.4
The build and install go fine but the asterisk executable reproducibly 
dumps core with a segmentation violation.
If I start it as: asterisk -gc and
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...Solaris 10
> To: asterisk-users at lists.digium.com
> Message-ID:
> 	<4cb01b4d0705301401u4d848ee8jc81e61a9f18454d6 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi Frank,
> 
> 
> You need to replace the line 1427:
> 
> 	handle_nodebugchan_deprecated, NULL,
> 
> with
> 
> 	handle_nodebugchan_deprecated, "",
> 
> and build it again. Unfortunately in Solaris a NULL field causes a
> SIGSEGV whenever you are going to print it out. The problem arises
> when calling:
> 
> 		ast_cli(fd, "%25.25s  %s\n"...