[Home]

Summary:ASTERISK-23193: res_rtp_asterisk: Crash in pj_ice_sess_on_rx_pkt when handling RTCP packet
Reporter:JoshE (n8ideas)Labels:
Date Opened:2014-01-27 19:14:24.000-0600Date Closed:2014-01-28 18:17:46.000-0600
Priority:CriticalRegression?
Status:Closed/CompleteComponents:
Versions:11.7.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Asterisk_RTP_Crash.txt
Description:Seeing a crash in res_rtp_asterisk in the __rtp_recvfrom function.

Appears related to the STUN / ICE support.
Comments:By: JoshE (n8ideas) 2014-01-27 19:14:50.626-0600

Backtrace attached.

By: Matt Jordan (mjordan) 2014-01-28 18:17:46.807-0600

Duplicate of ASTERISK-23171

By: JoshE (n8ideas) 2014-01-28 19:15:25.216-0600

Hey Matt-

I'm not positive this is actually the same issue.  The BT from ASTERISK-23171 would indicate that the asserting of pjsip in Asterisk is causing the crash.

I have already prevented the assertion of pjsip into Asterisk via the compile time flag: CFLAGS=-DNDEBUG

Would additional debug / troubleshooting on this particular form of the issue be warranted?