Symptoms
After updating cPanel to v94, it's been observed that the AutoSSL cron checks may error out with the following near the end of the check:
Net::Curl::Promiser::Backend::AnyEvent=HASH(0x34053c8): destroyed at global destruction; memory leak likely! at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Net/Curl/Promiser/LeakDetector.pm line 10 during global destruction.
Net::Curl::Promiser::AnyEvent=HASH(0x1482620): destroyed at global destruction; memory leak likely! at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Net/Curl/Promiser/LeakDetector.pm line 10 during global destruction.
Description
The error has been seen to be generated in instances when executed as a cron running alongside
/usr/local/cpanel/whostmgr/bin/dnsqueue |
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-36352. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Manually run autossl check for all users to ensure it completes successfully using the below command:
/usr/local/cpanel/bin/autossl_check --all |