[asterisk-users] Asterisk 1.4.4 reproducibly dumps core on Solaris 10

Marios Karagiannopoulos mariosk at gmail.com
Wed May 30 14:01:58 MST 2007


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", e->_full_cmd, e->summary);

I've tested in version 1.4.2 and works fine. It should work in 1.4.4 as well.

Marios


More information about the asterisk-users mailing list