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

  1. Xref: sparky comp.unix.admin:4693 comp.unix.questions:10402 comp.unix.shell:3642
  2. Path: sparky!uunet!wupost!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!fnnews!fnsony.fnal.gov!shah
  3. From: shah@fnsony.fnal.gov (Hemant Shah)
  4. Newsgroups: comp.unix.admin,comp.unix.questions,comp.unix.shell
  5. Subject: Re: How to prevent a large core-dump
  6. Message-ID: <2227@fnnews.fnal.gov>
  7. Date: 26 Aug 92 17:49:04 GMT
  8. References: <1992Aug25.173056.13401@utwente.nl>
  9. Sender: news@fnnews.fnal.gov
  10. Reply-To: shah@fnalb.fnal.gov
  11. Followup-To: comp.unix.admin
  12. Organization: Fermi National Accelerator Laboratory, Batavia, IL
  13. Lines: 32
  14. Nntp-Posting-Host: fnsony.fnal.gov
  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 problem is now occurring at our place where someone is writing a large
  23. |> program and in some test-cases there is a core dump for more than 60 Mb.
  24. |> This person is not using this core to debug it so maybe we can just stop the
  25. |> creation of this core for this person.
  26. |> Is there someone who can mail me such suggestions?
  27. |> 
  28. |> Thanks,
  29. |> Adwin Soos
  30. |> 
  31. |> E-mail : A.B.Soos@math.utwente.nl    University of Twente,
  32. |>                     Department of Applied Mathematics,
  33. |>                     Enschede,
  34. |>                     The Netherlands.
  35.  
  36. If you are using C shell put folowing in your (users) .cshrc file:
  37.  
  38. limit coredump 0
  39. -- 
  40. -------------------------------------------------------------------------------
  41. Hemant Shah                            | All the opinions expressed are my own
  42. Fermi National Accelerator Laboratory  | and does not necessarily reflect
  43. Systems Integration Group              | those of Fermilab.
  44. E-mail :shah@fnal.fnal.gov             |
  45.  Voice : (708) 840-8071                   | I haven't lost my mind
  46.    Fax : (708) 840-2783                | it's backed on tape somewhere.
  47. -------------------------------------------------------------------------------
  48.