home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sources / wanted / 5076 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.4 KB

  1. Xref: sparky comp.sources.wanted:5076 comp.software-eng:4339 comp.sys.sun.apps:2496
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!mucs!m1!bevan
  3. From: bevan@cs.man.ac.uk (Stephen J Bevan)
  4. Newsgroups: comp.sources.wanted,comp.software-eng,comp.sys.sun.apps
  5. Subject: Re: Purify & Sentinel
  6. Message-ID: <BEVAN.92Nov17002108@beluga.cs.man.ac.uk>
  7. Date: 17 Nov 92 00:21:08 GMT
  8. References: <1992Nov2.212558.28104@pure.com> <1992Nov13.074039@eklektix.com>
  9.     <HAMM.92Nov13113222@toto.austoto.sps.mot.com>
  10. Sender: news@cs.man.ac.uk
  11. Followup-To: comp.sources.wanted
  12. Organization: Department of Computer Science, University of Manchester
  13. Lines: 14
  14. In-reply-to: hamm@austoto.sps.mot.com's message of 13 Nov 92 11:32:22 GMT
  15.  
  16. In article <HAMM.92Nov13113222@toto.austoto.sps.mot.com> hamm@austoto.sps.mot.com (Steve Hamm) writes:
  17.  
  18.    With regard to leak detection, we've reduced our leaks by over 90%
  19.    using Purify, which for us amounted to megabytes, sometimes.
  20.  
  21. Was any other debuggging system previously in use?  If so, what sort
  22. of leaks did Purify catch that the other system didn't%?  If you
  23. weren't using another debugging package, shame on you :-).
  24.  
  25. bevan
  26.  
  27. % Note I'm not interested in errors such as failing to free memory and
  28.   freeing memory multiple times since I can check those with a
  29.   homebrew solution of my own. 
  30.