Some core dump questions

Paul Blumstein paulb at ttidca.TTI.COM
Thu Feb 1 11:02:35 AEST 1990


In article <5458 at hydra.gatech.EDU> mm42 at prism.gatech.EDU (Mark Mitchell) writes:
+Problem #1:
+I'd like to eliminate the creation of core files on a group
+of Sun workstations, except when the user specifically wants
+to get one.  The only way I've come up with so far (under csh)
+is to set a limit on the size of core dumps and make it very
+small.  This seems awkward at best, so any superior scheme would
+be welcome.

You were on the right track, but didn't make it small enough.
	limit coredump 0
under csh will do what you want.  The neat thing is that the bombed
program will terminate faster since it doesn't have to format the
dump before it terminates.  You probably got confused by the man page which
implies that 0 = unlimited.  Actually, I don't know how to set it back to
unlimited.
=============================================================================
Paul Blumstein    | Is it proper to ask the C.E. fixing your MIDI system
Citicorp/TTI      | whether it will ever be able to play the violin again?
Santa Monica, CA  +----------------------------------------------------------
{philabs,csun,psivax}!ttidca!paulb  or  paulb at ttidca.TTI.COM
DISCLAIMER: Don't believe everything I hear or anything you say.



More information about the Comp.unix.questions mailing list