![]() |
|
|
|
|
|||||||
| 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 |
| RedHat diagnostic commands | soliberus | Linux | 1 | 09-05-2006 09:36 AM |
| system log files and core files? | Westy564 | UNIX for Dummies Questions & Answers | 8 | 02-04-2004 11:40 AM |
| FTP on Redhat Linux 9 | Spetnik | UNIX for Dummies Questions & Answers | 2 | 07-01-2003 04:11 PM |
| What can be done with core files??? | TRUEST | UNIX for Advanced & Expert Users | 5 | 12-06-2002 10:40 AM |
| core files | Vodor | UNIX for Dummies Questions & Answers | 2 | 06-12-2001 01:07 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
what commands are used to deal with core files on linux redhat???
how do you cause a running pocess to dump a core file on linux systems??
i tried sleep 100 & kill -SEGV PID but nothing is created also, what commands can be used to analyze them? (extract useful info from them) |
| Forum Sponsor | ||
|
|
|
|||
|
I think most (all?) Linux distributions have disabled generation of core files.
Try to "ulimit -c" and see if it outputs 0 (On my SuSE Linux it is 0). It should return the maximum size of core files generated. You can "man ulimit" and see how to set it to a non-zero value. |