![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cleaning core files | ghost01 | UNIX for Dummies Questions & Answers | 3 | 01-11-2007 01:56 AM |
| evaluating core files | Gary Dunn | UNIX for Advanced & Expert Users | 3 | 09-10-2004 09:52 AM |
| system log files and core files? | Westy564 | UNIX for Dummies Questions & Answers | 8 | 02-04-2004 12:40 PM |
| Analyzing System Core Files? | TRUEST | UNIX for Advanced & Expert Users | 2 | 01-30-2003 09:10 AM |
| core files | Vodor | UNIX for Dummies Questions & Answers | 2 | 06-12-2001 01:07 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
What can be done with core files???
please help me, what can i do with the bountiful amount of core files our systems seem to have on occassional basis?? how do I analyze it and determine why the core file was dumped by the application that dumped it. the operating systems we use are solaris, DG-UX and linux red hat systems.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Re: What can be done with core files???
Quote:
You should be able to delete them without any side effects.
__________________
Not quite as cool as all the other Kids... |
|
#3
|
||||
|
||||
|
If you want to know what program created them, type "file core" - this will work with at least the Redhat system...
|
|
#4
|
|||
|
|||
|
Re: What can be done with core files???
Quote:
U can use dbx( on SUN it comes with Forte too ) ,gdb ( for linux ) etc and find the exact cause. |
|
#5
|
|||
|
|||
|
how do i use the programs you just mentioned?
gdb?? dbx?? explain please |
|
#6
|
||||
|
||||
|
Here is an introduction to gdb. There are many good tutorials on the web.
http://www.cs.ust.hk/~martin/01Sprin.../gdb-intro.htm |
||||
| Google The UNIX and Linux Forums |