[PHP-DB] what's a core file?

2001-02-07 Thread Marc S. Bragg


ran a few php scripts retrieiving info from mysql database to check /
test things, and ended up with a file called "core" in the same new
directory created for this purpose. any one know what a "core" file is?
or why it's there? the scripts were little, under 10k, but the core file

is 3mb
--
Marc S. Bragg
[EMAIL PROTECTED]
Bialecki  Bragg, PC
p: 610-444-7508
f: 610-444-7548

http://www.chescolawyers.com/BB
"Chester County Legal Services" - "For All Your Legal Needs"


http://www.bloody100th.com "WWII 101st Airborne Division"
http://www.petercatalano.com "Soul of An Italian Artist"



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] what's a core file?

2001-02-07 Thread Darryl Friesen

 ran a few php scripts retrieiving info from mysql database to check /
 test things, and ended up with a file called "core" in the same new
 directory created for this purpose. any one know what a "core" file is?
 or why it's there? the scripts were little, under 10k, but the core file
 is 3mb

That's a tiny one.  :)

When a program dies a horrible and nasty death, it produces a core file
("dumps core").  If you have the knowledge and tools, you can debug what
went wrong using these core files.  (someone will explain it better, I'm
sure)

If your PHP script, or mysql server is dumping core, you've got big problems
that need addressing.


- Darryl

 --
  Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED]
  Education  Research Technology Services, http://gollum.usask.ca/
  Department of Computing Services,
  University of Saskatchewan
 --
  "Go not to the Elves for counsel, for they will say both no and yes"



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]