Massive 12mb text files appearing!

Soldato
Joined
29 Apr 2007
Posts
4,841
Location
London
Help!

I don't know what is causing this, but in my site files keep appearing and they are 12mb text files!

Any ideas? When i open them they just contain garbled nonsense letters

The only words I can make out are ELF and CORE and /lib/ld-linux.so.2
 
I am using the cms modx. Could this be causing the troubles? If i look further down the file it has the contents of my site templates and chunks from modx
 
As stated - they're core dumps.

Basically when an application does something naughty and crashes, the OS will basically store a copy of the applications memory space on disk and then kill the app. The files created are core dumps. There are plenty of apps around that will read the core dump files and tell you what the app was doing when it crashed, but its generally not a trivial thing to do. If you're lucky you *might* be able to get a record of the line of code that was executing when it all went wrong...

Obligatory wiki link:
http://en.wikipedia.org/wiki/Core_dump
 
Back
Top Bottom