Segmentation fault whn active TLS possible bug?

Asterisk 1.8.4 + Feepbx 2.9.0.2

when configure an extension with TLS Only and submit i got this error.

/usr/sbin/safe_asterisk: line 145: 1732 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
/usr/sbin/safe_asterisk: line 145: 1768 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
/usr/sbin/safe_asterisk: line 145: 1807 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
/usr/sbin/safe_asterisk: line 145: 1947 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.

Then asterisk die!

If modify manually /etc/asterisk/sip_additional.conf and change :

transport=tls
to
transport=udp

Save, exit, amportal start… asterisk start

Then in that extension modify again:

transport=TLS
to
transport=udp

With this save in database and then its ok.

Is a bug ?

Yep, the same here. Still investigating.

-Vladimir

Latre,

It was a bug. It is fixed in 1.8.4.1 http://svn.digium.com/svn/asterisk/tags/1.8.4.1/

HTH,
Vladimir