This log error is caused by a 5 year old Perl script that just grabs data from MySQL via a simple SQL selection and displays it.
It runs on my dev machine, which is an MBP with 8 GB of RAM working with Apache stock.
From time to time, once or twice a month, I get the following error for no apparent reason:
panic: memory wrapper in / System / Library / Perl / 5.10.0 / CGI.pm line 4001.
Apache refuses to run the script again, and only restarting the OS will cause Apache to soften. OS says that there is 3 GB of free memory when this happens, so this is not a low memory problem. Fortunately, this does not happen on the Debian 5 server.
What is a memory wrapper? And what causes it?
source share