Asterisk Git d11020b on Debian 10 64bit segfault in libc-2.28.so

We have been running Asterisk now for several years on a cloud server. We moved to another server and compiled Git d11020b and have been having issues with seg faults in libc-2.28.so at random. At times we will have around 30 nodes connected for sometimes days without an issue.

Apr 26 09:02:24 Server kernel: [6437838.563015] traps: asterisk[11903] general protection ip:7fa5d760e666 sp:7fa577536cf0 error:0 in libc-2.28.so[7fa5d75ac000+147000]

Didn’t see any errors when compiling this load. I am using the SIP channel driver on this box, we have several SIP phones to access repeaters.
Below is a list of current modules loaded

Module Description Use Count
res_adsi.so ADSI Resource 0
res_crypto.so Cryptographic Digital Signatures 0
res_features.so Call Features Resource 0
res_indications.so Indications Resource 0
res_smdi.so Simplified Message Desk Interface (SMDI) 0
app_authenticate.so Authentication Application 0
app_db.so Database Access Functions 0
app_dial.so Dialing Application 0
app_exec.so Executes dialplan applications 0
app_hasnewvoicemail.so Indicator for whether a voice mailbox ha 0
app_lookupblacklist.so Look up Caller*ID name/number from black 0
app_lookupcidname.so Look up CallerID Name from local databas 0
app_macro.so Extension Macros 0
app_meetme.so MeetMe conference bridge 0
app_milliwatt.so Digital Milliwatt (mu-law) Test Applicat 0
app_playback.so Sound File Playback Application 0
app_record.so Trivial Record Application 0
app_rpt.so Radio Repeater/Remote Base Application 0
app_sendtext.so Send Text Applications 0
app_setcallerid.so Set CallerID Application 0
app_system.so Generic System() application 0
app_transfer.so Transfer 0
app_voicemail.so Comedian Mail (Voicemail System) 0
chan_dahdi.so DAHDI Telephony 92
chan_echolink.so echolink channel driver 0
chan_iax2.so Inter Asterisk eXchange (Ver 2) 28
chan_local.so Local Proxy Channel (Note: used internal 0
chan_sip.so Session Initiation Protocol (SIP) 0
chan_usrp.so USRP Channel Module 2
codec_a_mu.so A-law and Mulaw direct Coder/Decoder 0
codec_g726.so ITU G.726-32kbps G726 Transcoder 8
codec_gsm.so GSM Coder/Decoder 0
codec_ulaw.so mu-Law Coder/Decoder 48
format_g723.so G.723.1 Simple Timestamp File Format 0
format_g726.so Raw G.726 (16/24/32/40kbps) data 0
format_g729.so Raw G729 data 0
format_gsm.so Raw GSM data 0
format_h263.so Raw H.263 data 0
format_h264.so Raw H.264 data 0
format_ilbc.so Raw iLBC data 0
format_pcm.so Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G. 0
format_sln.so Raw Signed Linear Audio support (SLN) 0
format_vox.so Dialogic VOX (ADPCM) File Format 0
format_wav_gsm.so Microsoft WAV format (Proprietary GSM) 0
format_wav.so Microsoft WAV format (8000Hz Signed Line 0
func_base64.so base64 encode/decode dialplan functions 0
func_callerid.so Caller ID related dialplan function 0
func_cdr.so CDR dialplan function 0
func_channel.so Channel information dialplan function 0
func_curl.so Load external URL 0
func_cut.so Cut out information from a string 0
func_db.so Database (astdb) related dialplan functi 0
func_enum.so ENUM related dialplan functions 0
func_env.so Environment/filesystem dialplan function 0
func_global.so Global variable dialplan functions 0
func_groupcount.so Channel group dialplan functions 0
func_language.so Channel language dialplan function 0
func_logic.so Logical dialplan functions 0
func_math.so Mathematical dialplan function 0
func_md5.so MD5 digest dialplan functions 0
func_moh.so Music-on-hold dialplan function 0
func_rand.so Random number dialplan function 0
func_realtime.so Read/Write values from a RealTime reposi 0
pbx_config.so Text Extension Configuration 0
64 modules loaded

Thanks,
KB5PBM
Robert.

I am curious if you moved within the same cloud host or to a different host all together.

How was the moved preformed? ie image on host or just copied conf files to a new install.