LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-19-2002, 10:46 AM   #1
lacrimae
Member
 
Registered: Feb 2002
Distribution: slackware 8.1; redhat 7.2
Posts: 65

Rep: Reputation: 15
core dump


..where do these end up, how do I see if my computer "had one"? Seemed like it did SOMETHING last night....
 
Old 02-19-2002, 10:58 AM   #2
Malicious
Member
 
Registered: Jan 2002
Location: Galveston Island
Distribution: suse, redhat
Posts: 208

Rep: Reputation: 30
A program core file is written in that programs current working directory. The best way to find them all is to "find / -name core -print". You can also use locate if the data base has been updated since the program dumped.
 
Old 02-19-2002, 01:35 PM   #3
lacrimae
Member
 
Registered: Feb 2002
Distribution: slackware 8.1; redhat 7.2
Posts: 65

Original Poster
Rep: Reputation: 15
ok

/dev/core
/proc/sys/net/core
/usr/src/linux-2.4.7-10/net/core

..is what I got. None of these are giant bomb files...so can I assume I don't have one? Are these files a place for core dumps to go, or somehting else?
 
Old 02-19-2002, 02:43 PM   #4
Malicious
Member
 
Registered: Jan 2002
Location: Galveston Island
Distribution: suse, redhat
Posts: 208

Rep: Reputation: 30
/dev/core is a symbolic link to /proc/kcore which is read-only access to physical memory.

/proc/sys/net/core is a directory. Not real sure whats there but intution would lead me to believe it has something to do with the running state of the next item.

/usr/src/linux.../net/core is a directory containing the source for "core" functions for the "net" protocols.

You're right. None of these are core dumps. To avoid finding these in the future, restrict the find to files only. "find / -type f -name core -print". I should have done that the first time. My bad...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
strcat Core Dump monil Programming 4 03-08-2005 12:20 PM
Core Dump File squinn Linux - Software 1 02-18-2005 01:41 PM
Core Dump MrPotatoHead AIX 3 01-14-2004 10:42 AM
core dump tomservo Linux - General 4 09-23-2002 06:35 PM
core dump on redhat7.2 but not 6.2 ccjohnny Programming 14 07-25-2002 11:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration