Page 1 of 1
Generating huge core.#### dump files
Posted: Tue Oct 27, 2009 3:02 am
by jyotika
Recently, my CMSMS v1.6.5 began generating huge core.#### dump files. I upgraded to v1.6.6 and no change. It seems that News module is causing the issue. Can anyone assist me with finding out how to resolve this issue? It is consuming vast amounts storage space. I tried uninstalling and reinstalling modules that's how I think its the News Module
Module Installed
- Company Directory
- Uploads
- Form Builder
- Photo Album
- Banners
- News
Any help is appreciated
Thanks
Re: Generating huge core.#### dump files
Posted: Tue Oct 27, 2009 10:28 am
by Peciura
Enable debugger($config['debug'] = true;) in config file. Post debugger output to forum.
Re: Generating huge core.#### dump files
Posted: Mon Nov 02, 2009 9:11 pm
by utopia
I have a couple of customers who are reporting the core.### files. One did not have them and they then installed the CGBlog, CGExtensions, CG Simple Smarty modules (all on 1.6.6). The core files then appeared. So, they uninstalled these modules and no core files.
Does this help anyone?
Re: Generating huge core.#### dump files
Posted: Mon Nov 02, 2009 9:24 pm
by calguy1000
I'm in the middle of dealing with this too.
First... tell your host to configure apache so it doesn't generate the core dump files.
Second...I think you may have to upgrade to php 5.2.10, or have your host re-compile php.
Extensive research has told me that PHP 5.2.x will crash if the php version was compiled with an older version of mysql libraries (i.e: there's a version mismatch between what php was compiled with, and what libraries are on the host at the moment)....
Also, there seem to be some serious bugs in earlier versions of php that resulted in segfaults ALOT.
Re: Generating huge core.#### dump files
Posted: Tue Nov 10, 2009 4:01 am
by Graeme
Hi,
I had this problem as well. Upgrading PHP from V 5.2.6 to V 5.2.11 solved it...thank goodness!
BR
Graeme