home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 13080 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  907 b 

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!uwm.edu!ogicse!das-news.harvard.edu!spdcc!dirtydog.ima.isc.com!karl
  2. From: karl@ima.isc.com (Karl Heuer)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: deref NULL but no core dump on aix 3.1 ??
  5. Message-ID: <1992Sep01.215020.6455@ima.isc.com>
  6. Date: 1 Sep 92 21:50:20 GMT
  7. Article-I.D.: ima.1992Sep01.215020.6455
  8. References: <1yty#5a@rpi.edu>
  9. Sender: usenet@ima.isc.com (news)
  10. Organization: Interactive Systems, Cambridge, MA 02138-5302
  11. Lines: 10
  12.  
  13. In article <1yty#5a@rpi.edu> fitzgb@mml0.meche.rpi.edu (Brian Fitzgerald) writes:
  14. >Why does this incorrect not dump core on an rs6000 running aix3.1 (but
  15. >it does on a sun3).
  16.  
  17. If a program dumps core, something is wrong.  The converse is not true.
  18.  
  19. Trapping for null-pointer dereference is a convenient debugging aid, but
  20. not all systems do it, alas.
  21.  
  22. Karl W. Z. Heuer (karl@ima.isc.com or uunet!ima!karl), The Walking Lint
  23.