Re: [pjsip] pjsip crash

D
Denis
Tue, Jun 21, 2016 3:20 PM

Forgot to mention pjsip version is 2.5

On 21 June 2016 at 19:16, Denis lookingforheads@gmail.com wrote:

Hello,

Could you advice what can be the cause of this crash. Please note there is
no incoming call (dunno why it is in stack trace, pjsip is used only as uac)

0  libc.so                        0xf71fa114 tgkill
1  libc.so                        0xf71d6861 pthread_kill
2  libc.so                        0xf71d7477 raise
3  libc.so                        0xf71d3cbd (Missing)
4  libc.so                        0xf71d2010 abort
5  libc.so                        0xf71d4eed (Missing)
6  libc.so                        0xf71d3d41 __assert2
7  libpjsua2.so                  0xe234bf94 pjsip_inv_end_session
8  libpjsua2.so                  0xe2320de4 pjsua_call_hangup
9  libpjsua2.so                  0xe22e0400
pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*)
10 libpjsua2.so                  0xe22e2238
pj::Endpoint::on_create_media_transport(int, unsigned int,
pjmedia_transport*, unsigned int)
11 libpjsua2.so                  0xe2334168 (Missing)
12 libpjsua2.so                  0xe2334f64 pjsua_media_channel_init
13 libpjsua2.so                  0xe231e6c0 pjsua_call_on_incoming
14 libpjsua2.so                  0xe2328a20 (Missing)
15 libpjsua2.so                  0xe237bf74 pjsip_endpt_process_rx_data
16 libpjsua2.so                  0xe237c2ec (Missing)
17 libpjsua2.so                  0xe238657c pjsip_tpmgr_receive_packet
18 libpjsua2.so                  0xe23877f8 (Missing)
19 libpjsua2.so                  0xe2461860 ioqueue_dispatch_read_event
20 libpjsua2.so                  0xe24640c4 pj_ioqueue_poll
21 libpjsua2.so                  0xe237bb3c pjsip_endpt_handle_events2
22 libpjsua2.so                  0xe232be4c pjsua_handle_events
23 libpjsua2.so                  0xe2328d44 (Missing)
24 libpjsua2.so                  0xe2465938 (Missing)
25 libc.so                        0xf71d5feb (Missing)
26 libc.so                        0xf71d401f (Missing)

Forgot to mention pjsip version is 2.5 On 21 June 2016 at 19:16, Denis <lookingforheads@gmail.com> wrote: > Hello, > > Could you advice what can be the cause of this crash. Please note there is > no incoming call (dunno why it is in stack trace, pjsip is used only as uac) > > 0 libc.so 0xf71fa114 tgkill > 1 libc.so 0xf71d6861 pthread_kill > 2 libc.so 0xf71d7477 raise > 3 libc.so 0xf71d3cbd (Missing) > 4 libc.so 0xf71d2010 abort > 5 libc.so 0xf71d4eed (Missing) > 6 libc.so 0xf71d3d41 __assert2 > 7 libpjsua2.so 0xe234bf94 pjsip_inv_end_session > 8 libpjsua2.so 0xe2320de4 pjsua_call_hangup > 9 libpjsua2.so 0xe22e0400 > pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*) > 10 libpjsua2.so 0xe22e2238 > pj::Endpoint::on_create_media_transport(int, unsigned int, > pjmedia_transport*, unsigned int) > 11 libpjsua2.so 0xe2334168 (Missing) > 12 libpjsua2.so 0xe2334f64 pjsua_media_channel_init > 13 libpjsua2.so 0xe231e6c0 pjsua_call_on_incoming > 14 libpjsua2.so 0xe2328a20 (Missing) > 15 libpjsua2.so 0xe237bf74 pjsip_endpt_process_rx_data > 16 libpjsua2.so 0xe237c2ec (Missing) > 17 libpjsua2.so 0xe238657c pjsip_tpmgr_receive_packet > 18 libpjsua2.so 0xe23877f8 (Missing) > 19 libpjsua2.so 0xe2461860 ioqueue_dispatch_read_event > 20 libpjsua2.so 0xe24640c4 pj_ioqueue_poll > 21 libpjsua2.so 0xe237bb3c pjsip_endpt_handle_events2 > 22 libpjsua2.so 0xe232be4c pjsua_handle_events > 23 libpjsua2.so 0xe2328d44 (Missing) > 24 libpjsua2.so 0xe2465938 (Missing) > 25 libc.so 0xf71d5feb (Missing) > 26 libc.so 0xf71d401f (Missing) >
BG
Bill Gardner
Tue, Jun 21, 2016 3:52 PM

Hi Denis,

It sure looks like an incoming call. You should test whether your client
can receive incoming calls even if you don't expect them.

Regards,

Bill

On 6/21/2016 11:20 AM, Denis wrote:

Forgot to mention pjsip version is 2.5

On 21 June 2016 at 19:16, Denis <lookingforheads@gmail.com
mailto:lookingforheads@gmail.com> wrote:

 Hello,

 Could you advice what can be the cause of this crash. Please note
 there is no incoming call (dunno why it is in stack trace, pjsip
 is used only as uac)

 0  libc.so                        0xf71fa114 tgkill
 1  libc.so                        0xf71d6861 pthread_kill
 2  libc.so                        0xf71d7477 raise
 3  libc.so                        0xf71d3cbd (Missing)
 4  libc.so                        0xf71d2010 abort
 5  libc.so                        0xf71d4eed (Missing)
 6  libc.so                        0xf71d3d41 __assert2
 7  libpjsua2.so                   0xe234bf94 pjsip_inv_end_session
 8  libpjsua2.so                   0xe2320de4 pjsua_call_hangup
 9  libpjsua2.so                   0xe22e0400
 pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*)
 10 libpjsua2.so                   0xe22e2238
 pj::Endpoint::on_create_media_transport(int, unsigned int,
 pjmedia_transport*, unsigned int)
 11 libpjsua2.so                   0xe2334168 (Missing)
 12 libpjsua2.so                   0xe2334f64 pjsua_media_channel_init
 13 libpjsua2.so                   0xe231e6c0 pjsua_call_on_incoming
 14 libpjsua2.so                   0xe2328a20 (Missing)
 15 libpjsua2.so                   0xe237bf74
 pjsip_endpt_process_rx_data
 16 libpjsua2.so                   0xe237c2ec (Missing)
 17 libpjsua2.so                   0xe238657c
 pjsip_tpmgr_receive_packet
 18 libpjsua2.so                   0xe23877f8 (Missing)
 19 libpjsua2.so                   0xe2461860
 ioqueue_dispatch_read_event
 20 libpjsua2.so                   0xe24640c4 pj_ioqueue_poll
 21 libpjsua2.so                   0xe237bb3c
 pjsip_endpt_handle_events2
 22 libpjsua2.so                   0xe232be4c pjsua_handle_events
 23 libpjsua2.so                   0xe2328d44 (Missing)
 24 libpjsua2.so                   0xe2465938 (Missing)
 25 libc.so                        0xf71d5feb (Missing)
 26 libc.so                        0xf71d401f (Missing)

Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Denis, It sure looks like an incoming call. You should test whether your client can receive incoming calls even if you don't expect them. Regards, Bill On 6/21/2016 11:20 AM, Denis wrote: > Forgot to mention pjsip version is 2.5 > > On 21 June 2016 at 19:16, Denis <lookingforheads@gmail.com > <mailto:lookingforheads@gmail.com>> wrote: > > Hello, > > Could you advice what can be the cause of this crash. Please note > there is no incoming call (dunno why it is in stack trace, pjsip > is used only as uac) > > 0 libc.so 0xf71fa114 tgkill > 1 libc.so 0xf71d6861 pthread_kill > 2 libc.so 0xf71d7477 raise > 3 libc.so 0xf71d3cbd (Missing) > 4 libc.so 0xf71d2010 abort > 5 libc.so 0xf71d4eed (Missing) > 6 libc.so 0xf71d3d41 __assert2 > 7 libpjsua2.so 0xe234bf94 pjsip_inv_end_session > 8 libpjsua2.so 0xe2320de4 pjsua_call_hangup > 9 libpjsua2.so 0xe22e0400 > pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*) > 10 libpjsua2.so 0xe22e2238 > pj::Endpoint::on_create_media_transport(int, unsigned int, > pjmedia_transport*, unsigned int) > 11 libpjsua2.so 0xe2334168 (Missing) > 12 libpjsua2.so 0xe2334f64 pjsua_media_channel_init > 13 libpjsua2.so 0xe231e6c0 pjsua_call_on_incoming > 14 libpjsua2.so 0xe2328a20 (Missing) > 15 libpjsua2.so 0xe237bf74 > pjsip_endpt_process_rx_data > 16 libpjsua2.so 0xe237c2ec (Missing) > 17 libpjsua2.so 0xe238657c > pjsip_tpmgr_receive_packet > 18 libpjsua2.so 0xe23877f8 (Missing) > 19 libpjsua2.so 0xe2461860 > ioqueue_dispatch_read_event > 20 libpjsua2.so 0xe24640c4 pj_ioqueue_poll > 21 libpjsua2.so 0xe237bb3c > pjsip_endpt_handle_events2 > 22 libpjsua2.so 0xe232be4c pjsua_handle_events > 23 libpjsua2.so 0xe2328d44 (Missing) > 24 libpjsua2.so 0xe2465938 (Missing) > 25 libc.so 0xf71d5feb (Missing) > 26 libc.so 0xf71d401f (Missing) > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
KP
KANNAN PRASAD
Thu, Jun 23, 2016 4:52 AM

Hi Denis,
Its an incoming call listener being invoked.Make sure you have proper
implementations for the same.

Thanks
Kannan

Thanks & Regards

Kannan Prasad

On Tue, Jun 21, 2016 at 9:22 PM, Bill Gardner billg@wavearts.com wrote:

Hi Denis,

It sure looks like an incoming call. You should test whether your client
can receive incoming calls even if you don't expect them.

Regards,

Bill

On 6/21/2016 11:20 AM, Denis wrote:

Forgot to mention pjsip version is 2.5

On 21 June 2016 at 19:16, Denis lookingforheads@gmail.com wrote:

Hello,

Could you advice what can be the cause of this crash. Please note there
is no incoming call (dunno why it is in stack trace, pjsip is used only as
uac)

0  libc.so                        0xf71fa114 tgkill
1  libc.so                        0xf71d6861 pthread_kill
2  libc.so                        0xf71d7477 raise
3  libc.so                        0xf71d3cbd (Missing)
4  libc.so                        0xf71d2010 abort
5  libc.so                        0xf71d4eed (Missing)
6  libc.so                        0xf71d3d41 __assert2
7  libpjsua2.so                  0xe234bf94 pjsip_inv_end_session
8  libpjsua2.so                  0xe2320de4 pjsua_call_hangup
9  libpjsua2.so                  0xe22e0400
pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*)
10 libpjsua2.so                  0xe22e2238
pj::Endpoint::on_create_media_transport(int, unsigned int,
pjmedia_transport*, unsigned int)
11 libpjsua2.so                  0xe2334168 (Missing)
12 libpjsua2.so                  0xe2334f64 pjsua_media_channel_init
13 libpjsua2.so                  0xe231e6c0 pjsua_call_on_incoming
14 libpjsua2.so                  0xe2328a20 (Missing)
15 libpjsua2.so                  0xe237bf74 pjsip_endpt_process_rx_data
16 libpjsua2.so                  0xe237c2ec (Missing)
17 libpjsua2.so                  0xe238657c pjsip_tpmgr_receive_packet
18 libpjsua2.so                  0xe23877f8 (Missing)
19 libpjsua2.so                  0xe2461860 ioqueue_dispatch_read_event
20 libpjsua2.so                  0xe24640c4 pj_ioqueue_poll
21 libpjsua2.so                  0xe237bb3c pjsip_endpt_handle_events2
22 libpjsua2.so                  0xe232be4c pjsua_handle_events
23 libpjsua2.so                  0xe2328d44 (Missing)
24 libpjsua2.so                  0xe2465938 (Missing)
25 libc.so                        0xf71d5feb (Missing)
26 libc.so                        0xf71d401f (Missing)


Visit our blog: http://blog.pjsip.org

pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Denis, Its an incoming call listener being invoked.Make sure you have proper implementations for the same. Thanks Kannan *Thanks & Regards* *Kannan Prasad* On Tue, Jun 21, 2016 at 9:22 PM, Bill Gardner <billg@wavearts.com> wrote: > Hi Denis, > > It sure looks like an incoming call. You should test whether your client > can receive incoming calls even if you don't expect them. > > Regards, > > Bill > > > On 6/21/2016 11:20 AM, Denis wrote: > > Forgot to mention pjsip version is 2.5 > > On 21 June 2016 at 19:16, Denis <lookingforheads@gmail.com> wrote: > >> Hello, >> >> Could you advice what can be the cause of this crash. Please note there >> is no incoming call (dunno why it is in stack trace, pjsip is used only as >> uac) >> >> 0 libc.so 0xf71fa114 tgkill >> 1 libc.so 0xf71d6861 pthread_kill >> 2 libc.so 0xf71d7477 raise >> 3 libc.so 0xf71d3cbd (Missing) >> 4 libc.so 0xf71d2010 abort >> 5 libc.so 0xf71d4eed (Missing) >> 6 libc.so 0xf71d3d41 __assert2 >> 7 libpjsua2.so 0xe234bf94 pjsip_inv_end_session >> 8 libpjsua2.so 0xe2320de4 pjsua_call_hangup >> 9 libpjsua2.so 0xe22e0400 >> pj::Endpoint::on_incoming_call(int, int, pjsip_rx_data*) >> 10 libpjsua2.so 0xe22e2238 >> pj::Endpoint::on_create_media_transport(int, unsigned int, >> pjmedia_transport*, unsigned int) >> 11 libpjsua2.so 0xe2334168 (Missing) >> 12 libpjsua2.so 0xe2334f64 pjsua_media_channel_init >> 13 libpjsua2.so 0xe231e6c0 pjsua_call_on_incoming >> 14 libpjsua2.so 0xe2328a20 (Missing) >> 15 libpjsua2.so 0xe237bf74 pjsip_endpt_process_rx_data >> 16 libpjsua2.so 0xe237c2ec (Missing) >> 17 libpjsua2.so 0xe238657c pjsip_tpmgr_receive_packet >> 18 libpjsua2.so 0xe23877f8 (Missing) >> 19 libpjsua2.so 0xe2461860 ioqueue_dispatch_read_event >> 20 libpjsua2.so 0xe24640c4 pj_ioqueue_poll >> 21 libpjsua2.so 0xe237bb3c pjsip_endpt_handle_events2 >> 22 libpjsua2.so 0xe232be4c pjsua_handle_events >> 23 libpjsua2.so 0xe2328d44 (Missing) >> 24 libpjsua2.so 0xe2465938 (Missing) >> 25 libc.so 0xf71d5feb (Missing) >> 26 libc.so 0xf71d401f (Missing) >> > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >