Hello,
My client has 3 websites that uses amazon mailster to send out campaign emails.
The same cron that is setup on all 3 accounts is is working perfectly on 2 of them except one.
Running an strace on the command in question results in a segmenation fault as seen below in the last few lines of output. This is not the full output as it is very long but this is the last few lines.
My client has 3 websites that uses amazon mailster to send out campaign emails.
The same cron that is setup on all 3 accounts is is working perfectly on 2 of them except one.
Running an strace on the command in question results in a segmenation fault as seen below in the last few lines of output. This is not the full output as it is very long but this is the last few lines.
Can someone guide me on what exactly is going on here?lstat("/home/#####/public_html/wp-content/plugins/elementor/core/logger", {st_mode=S_IFDIR|0755, st_size=77, ...}) = 0
openat(AT_FDCWD, "/home/#####/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1268, ...}) = 0
read(13, "<?php\nnamespace Elementor\\Core\\L"..., 1268) = 1268
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7faaa4d00018} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
[[email protected] ~]#