robev Posted January 2, 2014 Posted January 2, 2014 Recently I've been running out of server space, and I realized it was because my WordPress folder was getting flooded with huge core dump files. From what I've read, it is not necessary WordPress causing these core dumps, it could be issues with the Apache server, php version, who knows what. I wanted to read the core dumps for information, but I'm having issues opening them in gdb. From what I've read, I need the binaries that generated the core dump along with the dump itself to open them. I'm not sure what binaries created it...or where to find them. For example, the php website suggests using something like gdb /usr/local/apache/sbin/httpd /path/to/core/dumpI don't have access to the server files, so I don't know how to proceed. I've read suggestions that I ask my server host to stop generating core dumps, which would solve the space problem, but not the issue that's causing them. Any help on how to proceed would be greatly appreciated Thanksdomain name: http://robbiewolfe.heliohost.orgusername: robevserver name: stevie
Byron Posted January 2, 2014 Posted January 2, 2014 We are working on this issue and hope to have it resolved soon. In the mean time feel free to delete the core dump files. If you want I can provide you with a script that will delete all core dumps on your site.
Krydos Posted January 3, 2014 Posted January 3, 2014 Yeah, occasionally this core.##### problem surfaces. While we're looking into how to prevent the core files from being created in the first place it might help you to fix the errors that cause the core files in the first place. All of the core files I found on your account were for the same error: Core was generated by `/usr/bin/php /home/robev/public_html/blog/wp-cron.php'. Program terminated with signal 24, CPU time limit exceeded. This means that wp-cron.php script is running for too long and being killed by the system. If you can find a way to prevent that script from running for so long, or disable it completely it would prevent those core files from being created. Since your account was capped out at 500 MB, I deleted three core files for you and you're currently at 304 MB.
Krydos Posted January 12, 2014 Posted January 12, 2014 Are these core dumps still appearing? If so what is the latest date of one being created?
Byron Posted January 12, 2014 Posted January 12, 2014 I was just now able to generate a core dump file. Did you see my last post in the Moderators group?
robev Posted January 13, 2014 Author Posted January 13, 2014 Are these core dumps still appearing? If so what is the latest date of one being created? Yes they still appear. I'm looking into seeing if it's a WordPress plugin that is causing it
Recommended Posts