• I am getting core dump files eg. core.29564 appearing in my WP top level folder and is slowly filling up my server. They vary in size from about 9 to 11Mb. I can’t see any problems, my blog appears to working fine, it seems to be that every time my blog is accessed it generates a core.XXXXX file. I deactivated all my plug-ins but it has had no effect. Has anyone had or seen this problem before ?

    Kind Regards
    Gary

Viewing 6 replies - 1 through 6 (of 6 total)
  • Google search: core dump php

    Here’s what I’d do: Try a clean install of WordPress (delete all old files, re-upload, new, empty database). Make sure you backup your blog (export all posts and also back up the database).

    If the dumps still occurs, then contact your webhost’s support, because this looks like a server issue.

    Check the content of the core dump files for clues. It is probably because one of your binaries (i.e. unzip, imagemagick) is not working correctly. If the core files point back to php, then it could be a a memory limit problem, a g2 bug, or a php bug.

    you cannot just open a core dump and read it — you need gdb

    Good point. Thanks whooami.

    Thread Starter GaryTapp

    (@garytapp)

    Many thanks, I will try a clean install first and see how I get on and let you know, thanks for your help.

    Like GaryTapp, I’m finding core dumps in in the WP top level directory. The blog appears to be working as it should, and the plugins are the same used on other WP installs. I wondered if it was a bad fantastico install. I took scribblerguy’s advice, did the back up, and uninstalled wp. Fantastico wouldn’t reinstall for some reason, so, installed WP from scratch (was easier than I thought). Downloaded new plugins, installed them, re-entered the postings from scratch (luckily only a few), re-installed the theme (Shades of Gray). Practical upshot: effectively a brand new blog – https://vanquish.ako.net.nz

    The core dumps continue ??

    I flicked a note to my host and they replied with:
    >>
    I’m afraid the core file is not telling much about the issues there , I tried to debug it with GDB and here is the info I could gather

    [root@alexandria65 vanquish]# gdb -c core.25347
    GNU gdb Red Hat Linux (6.3.0.0-1.159.el4rh)
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
    Type “show copying” to see the conditions.
    There is absolutely no warranty for GDB. Type “show warranty” for details.
    This GDB was configured as “i386-redhat-linux-gnu”.
    Core was generated by `/usr/bin/php/home/akonet/public_html/vanquish/index.php’.
    Program terminated with signal 11, Segmentation fault.
    #0 0x082d470d in ?? ()
    (gdb) where
    #0 0x082d470d in ?? ()
    #1 0xbfe39f78 in ?? ()
    #2 0x082d3f16 in ?? ()
    #3 0xb6e28654 in ?? ()
    #4 0xbfe39f14 in ?? ()
    #5 0xbfe39f10 in ?? ()
    #6 0xbfe3a108 in ?? ()
    #7 0x00b8bf9d in ?? ()
    #8 0x0a4ec6a8 in ?? ()
    #9 0xbfe3a0c8 in ?? ()
    #10 0x0102896d in ?? ()
    #11 0xb6e28654 in ?? ()
    #12 0x00000000 in ?? ()
    (gdb) bt full
    #0 0x082d470d in ?? ()
    No symbol table info available.
    #1 0xbfe39f78 in ?? ()
    No symbol table info available.
    #2 0x082d3f16 in ?? ()
    No symbol table info available.
    #3 0xb6e28654 in ?? ()
    No symbol table info available.
    #4 0xbfe39f14 in ?? ()
    No symbol table info available.
    #5 0xbfe39f10 in ?? ()
    No symbol table info available.
    #6 0xbfe3a108 in ?? ()
    No symbol table info available.
    #7 0x00b8bf9d in ?? ()
    No symbol table info available.
    #8 0x0a4ec6a8 in ?? ()
    No symbol table info available.
    #9 0xbfe3a0c8 in ?? ()
    No symbol table info available.
    #10 0x0102896d in ?? ()
    No symbol table info available.
    #11 0xb6e28654 in ?? ()
    No symbol table info available.
    #12 0x00000000 in ?? ()
    No symbol table info available.
    (gdb)

    so we know that these cores are generated by /usr/bin/php/home/akonet/public_html/vanquish/index.php but I tried to do any back traces with no luck, only wordpress will know how to debug it, they sure have the symbol tables.
    <<

    Where to from here?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Core dumps appearing in WP folder’ is closed to new replies.