home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18806 < prev    next >
Encoding:
Text File  |  1992-12-22  |  676 b   |  21 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!citec!sgccmch
  3. From: sgccmch@citec.oz.au (Mark Christopher Hagan)
  4. Subject: Compiler/Debugger/Something to detect Memory Overwrite errors
  5. Organization: CITEC
  6. Date: Wed, 23 Dec 1992 02:18:39 GMT
  7. Message-ID: <1992Dec23.021839.16977@citec.oz.au>
  8. Lines: 11
  9.  
  10.  
  11.    I am writing a program which is coming up with some weird errors, It looks
  12. like the sort of thing which is caused by a memory overwrite.
  13.  
  14.    I need to know if there is any compilers/debuggers which can be made to 
  15. detect this sort of error.
  16.  
  17. (Note: the program uses the curses library so must be a platform which supports
  18.        this.)
  19.  
  20. Thanks
  21.