![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dump | bapi | AIX | 1 | 04-23-2008 01:30 AM |
| Core Dump | vinp | UNIX for Advanced & Expert Users | 1 | 10-22-2007 04:49 AM |
| Core dump in HP-UX.. | gyanusoni | UNIX for Dummies Questions & Answers | 0 | 09-07-2007 12:29 AM |
| core dump | hassan2 | UNIX for Dummies Questions & Answers | 4 | 05-07-2002 05:05 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 05:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
core dump
does any one have read a core dump?
is there any reader for that? or may i know what is the use of that core which takes sometimes memory in GBs? |
| Forum Sponsor | ||
|
|
|
||||
|
Is there any way to prevent core dumps from happening for a particular user only?
I get the odd core dump, but I don't have any reason to look at it. However more of the users here need to be able to get at a core dump if it happens to them, is there any way I can prevent the computer saving core dumps for me alone? Cheers!
__________________
regards, -ghoti |
|
||||
|
The adb command is part of the UNIX install. It should be on the system already. Look at the adb(1) man pages for information.
Warning... iadb is not for the weak stomached... As for limiting the size of a core dump, you can use "limit" or "ulimit" command to set the size limit on a core dump. Just place a line with"ulimit -c 0" or "limit coredumpsize 0" to your .profile or .cshrc script depending on what shell you use. |
| Thread Tools | |
| Display Modes | |
|
|