[Home]

Summary:ASTERISK-27187: Asterisk keeps Crashing randomley
Reporter:Andreas Hoeglinger (andih)Labels:
Date Opened:2017-08-08 07:59:04Date Closed:2017-08-09 05:01:25
Priority:MajorRegression?
Status:Closed/CompleteComponents:pjproject/pjsip
Versions:13.17.0 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:Centos 6, pjproject-2.4Attachments:( 0) core-dump.tar.gz
Description:Asterisk keeps Crashing randomly, at least every two hours.
when i look at the dump its always the same, but i cant find whats causing it in the logs.

Thread 1 (Thread 0x7f60a4e43700 (LWP 13127)):
#0  0x00007f608cca9e69 in copy_node () from /usr/lib64/libpj.so.2
No symbol table info available.
#1  0x00007f608ccaa146 in reheap_down () from /usr/lib64/libpj.so.2
No symbol table info available.
#2  0x00007f608ccaa48f in remove_node () from /usr/lib64/libpj.so.2
No symbol table info available.
#3  0x00007f608ccaaf58 in pj_timer_heap_poll () from /usr/lib64/libpj.so.2
No symbol table info available.
#4  0x00007f608e63b5ef in pjsip_endpt_handle_events2 () from /usr/lib64/libpjsip.so.2
No symbol table info available.
#5  0x00007f608e63b753 in pjsip_endpt_handle_events () from /usr/lib64/libpjsip.so.2
No symbol table info available.
#6  0x00007f60608d16ac in monitor_thread_exec (endpt=0x0) at res_pjsip.c:4199
       delay = {sec = 0, msec = 10}
#7  0x00007f608cc93123 in thread_main () from /usr/lib64/libpj.so.2
No symbol table info available.
#8  0x00000035b8c07aa1 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#9  0x00000035b88e8bcd in clone () from /lib64/libc.so.6
No symbol table info available.
Comments:By: Asterisk Team (asteriskteam) 2017-08-08 07:59:06.469-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: George Joseph (gjoseph) 2017-08-08 08:10:35.163-0500

Can you build asterisk with the {{--with-pjproject-bundled}} option rather than using an external (and old) pjproject?  If you still get crashes, please keep using the bundled pjproject and follow the instructions for getting a good backtrace at...
https://wiki.asterisk.org/wiki/display/AST/Getting+A+Backtrace


By: Andreas Hoeglinger (andih) 2017-08-09 03:01:21.685-0500

Bundled Version works, sorry for bothering