home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / admin / 4841 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.7 KB

  1. Xref: sparky comp.unix.admin:4841 comp.unix.questions:10642 comp.unix.shell:3770
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!mlb.semi.harris.com!uflorida!crane.cis.ufl.edu!spp
  3. From: spp@crane.cis.ufl.edu (Stephen Potter)
  4. Newsgroups: comp.unix.admin,comp.unix.questions,comp.unix.shell
  5. Subject: Re: How to prevent a large core-dump
  6. Message-ID: <36919@uflorida.cis.ufl.edu>
  7. Date: 2 Sep 92 15:38:13 GMT
  8. References: <1992Aug25.173056.13401@utwente.nl>
  9. Sender: news@uflorida.cis.ufl.edu
  10. Reply-To: spp@crane.cis.ufl.edu (Stephen Potter)
  11. Followup-To: comp.unix.admin
  12. Organization: U of Florida. Computer Science Dept.
  13. Lines: 22
  14. Nntp-Posting-Host: crane.cis.ufl.edu
  15.  
  16. In article <1992Aug25.173056.13401@utwente.nl>, soos@math.utwente.nl (Adwin Soos) writes:
  17. |> Hello netters,
  18. |> 
  19. |> A few weeks or even months ago I have read some discussion about the problem
  20. |> of preventing a core-dump. I remember that there were some suggestions on how
  21. |> to prevent that a large core-dump will be made. 
  22. |> This person is not using this core to debug it so maybe we can just stop the
  23. |> creation of this core for this person.
  24. |> Is there someone who can mail me such suggestions?
  25. |> 
  26. Assuming the person is using some form of csh, why not just place a limit on the 
  27. coredump size....
  28. Place this in the .cshrc:
  29. limit coredumpsize 0
  30.  
  31. This will completely stop coredumps from being written.
  32.  
  33. -- 
  34. "There are worlds out there where the sky is burning.  The sea's asleep, and
  35. the rivers dream.  People made of smoke and cities made of sound.  Somewhere
  36. there's danger.  Somewhere there's injustice.  Somewhere else the tea's getting 
  37. cold.     Come on Ace, we've got work to do." -Dr Who, spp@cis.ufl.edu
  38.