[asterisk-bugs] [JIRA] (ASTERISK-25119) Crash on pjsip_tls_transport_start2

Scott Griepentrog (JIRA) noreply at issues.asterisk.org
Fri May 22 09:28:32 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226327#comment-226327 ] 

Scott Griepentrog commented on ASTERISK-25119:
----------------------------------------------

Turns out to be a build problem that went unnoticed due to an issue with a make error not being noticed during my normal build process:

{noformat}
[sgriepentrog at c6 13-e7edb59db6dfb543300f43c8055adda4ab1fd1c9]$ make
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/home/sgriepentrog/DPMA-519/13-e7edb59db6dfb543300f43c8055adda4ab1fd1c9/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/home/sgriepentrog/DPMA-519/13-e7edb59db6dfb543300f43c8055adda4ab1fd1c9/menuselect'
   [CCi] res_pjsip/config_transport.i -> res_pjsip/config_transport.o
res_pjsip/config_transport.c: In function ‘transport_apply’:
res_pjsip/config_transport.c:221: error: ‘pjsip_tls_setting’ has no member named ‘ca_list_path’
make[1]: *** [res_pjsip/config_transport.o] Error 1
make: *** [res] Error 2
{noformat}

Thus I was apparently still running on an old binary incompatible with the new version of pjsip.

However, the crash is still replicable by installing certified-13.1-b81353a0ecfa1e31b1326348731f21ab89597a64 from scratch with the current pjsip-5099.

I'm also attaching a full copy of my etc/asterisk in case that helps.


> Crash on pjsip_tls_transport_start2
> -----------------------------------
>
>                 Key: ASTERISK-25119
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25119
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>            Reporter: Scott Griepentrog
>         Attachments: asterisk-conf.tgz, gdb-backtrace.txt, pjsip-conf.tgz
>
>
> I updated PJSIP to see if it would fix a crash and I'm now unable to start asterisk at all with my existing configuration (backtrace attached).
> Tested pjsip from svn trunk, also from asterisk github, and no change.  Tested 13.1 Certified and gerrit master and no change.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list