libgcc_s.so.1 must be installed for pthread_cancel to work
Most of time received libgcc error when the server running out of memory will cause this error. Very your current cpanel memory limit
root@cpanel [~]# grep -i maxmem /var/cpanel/cpanel.config
maxmem=256
Simply increase the memory limitation to 512M, save the file, and run ‘/usr/local/cpanel/whostmgr/bin/whostmgr2 –updatetweaksettings’ to save the updated settings. For the memory to take effect, all that is typically required is a cPanel restart.
If still have this errors then check with apache RLimit in httpd configuration.
[server root@server~]cPs# grep RLimit /usr/local/apache/conf/httpd.conf
RLimitMEM 157286400
[server root@server~]cPs#