Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!usc!srhqla!quad1!ttidca!paulb From: paulb@ttidca.TTI.COM (Paul Blumstein) Newsgroups: comp.unix.questions Subject: Re: Some core dump questions Message-ID: <9459@ttidca.TTI.COM> Date: 1 Feb 90 00:02:35 GMT References: <5458@hydra.gatech.EDU> Organization: Procrastinator's Club (I think) Lines: 22 In article <5458@hydra.gatech.EDU> mm42@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@ttidca.TTI.COM DISCLAIMER: Don't believe everything I hear or anything you say.