Changes between Initial Version and Version 1 of Ticket #58598, comment 17


Ignore:
Timestamp:
Nov 2, 2019, 9:15:30 PM (5 years ago)
Author:
TheDigitalOrchard (The Digital Orchard)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58598, comment 17

    initial v1  
    11Is there anything special about the non-binary update to 7.3.11? I've updated (not using -b) and now getting random out-of-memory errors that never happened before. First time was at the point of sending output to the browser, but every other crash occurs during OpenSSL decryption. And, randomly, things work just fine.
     2
     3Here's an example error.
     4
     5{{{
     6Fatal error: Allowed memory size of 134217728 bytes exhausted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_php/php73-fpm/work/php-7.3.11/Zend/zend_string.h:133 (tried to allocate 49576 bytes) in /Library/WebServer/lib/xAppOS/CI_libraries/xAppCI_OpenSSL.php on line 48
     7}}}
     8
     9
     10I haven't dug into it deeper than this yet.