[Home]

Summary:ASTERISK-24493: Seg fault in pjsip_inv_send_msg from /usr/local/lib/libpjsip-ua.so.2
Reporter:yaron nahum (yaronna)Labels:
Date Opened:2014-11-05 03:31:59.000-0600Date Closed:2014-11-24 15:58:14.000-0600
Priority:CriticalRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip pjproject/pjsip
Versions:12.6.1 Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-24471 Crash - assert_fail in libc in pjmedia_sdp_neg_negotiate from /usr/local/lib/libpjmedia.so.2
Environment:Attachments:( 0) backtrace_4_11.txt
( 1) debug_4_11.txt
Description:Segmentation Fault on an operational system running asterisk 12.6.1.
We have debug and core file.

Comments:By: yaron nahum (yaronna) 2014-11-05 03:43:55.767-0600

Attached backtrace taken from the core file generated after the crash, and debug taken during the crash occured.

By: Rusty Newton (rnewton) 2014-11-05 17:03:17.288-0600

Yaron are you able to reproduce this crash?

Was Asterisk compiled with DONT_OPTIMIZE? I see a lot of values optimized out.

It would be nice to get the symbols for pjproject. If you can recompile and reproduce the issue, then when recompiling pjproject, use the following CFLAGS.

{noformat}
./configure CFLAGS='-g'
{noformat}


Be sure to press Send Back or Enter Feedback when replying so that the issue comes back onto our radar.

By: Rusty Newton (rnewton) 2014-11-20 12:18:50.539-0600

[~yaronna] I think you may have missed our request on this one, so I wanted to send out another notification to get your attention. Let us know if you can't reproduce the issue or provide the requested trace.

By: yaron nahum (yaronna) 2014-11-23 03:34:36.449-0600

HI Rusty,
Sorry for not replying. This sigmentation fault occured only once. It might be related to crash 24471, but I can't say for sure.


By: Richard Mudgett (rmudgett) 2014-11-24 15:02:55.544-0600

Did you mean ASTERISK-24471 ?

By: Rusty Newton (rnewton) 2014-11-24 15:57:45.403-0600

[~jcolp] is pretty sure that this was the same crash or very related to ASTERISK-24471, so I'm going to close this one as a duplicate.