home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9276 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.3 KB  |  25 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!utcsri!skule.ecf!torn!watserv2.uwaterloo.ca!watdragon.uwaterloo.ca!mskucher
  3. From: mskucher@watdragon.uwaterloo.ca (Murray S. Kucherawy [MFCF])
  4. Subject: Buggy malloc workaround
  5. Message-ID: <Btx211.2DD@watdragon.uwaterloo.ca>
  6. Sender: mskucher@watdragon.uwaterloo.ca (Murray S. Kucherawy [MFCF])
  7. Organization: Math Faculty Computing Facility, University of Waterloo, Canada
  8. Date: Tue, 1 Sep 1992 20:24:36 GMT
  9. Lines: 14
  10.  
  11. My problems with putuserattr() calls are, according to IBM, caused by a bug
  12. in malloc implemented in AIX V3.2.  According to the man page for malloc,
  13. you can set the environment variable MALLOCTYPE to "3.1" and it will
  14. use the older version of malloc.
  15.  
  16. It's not clear whether this is to be done at runtime or compile time.
  17. Anyone know? My program is to be run by a shell script remotely, and it will
  18. be tough to ensure that the environment variable is set.
  19.  
  20. -- Murray S. Kucherawy ----------------------------------------+--------------
  21. Software Systems Co-op, Math Faculty Computing Facility [MFCF] | This is a
  22. University of Waterloo, Ontario, Canada                        | machine that
  23. E-mail: mskucherawy@{math,watdragon}.UWaterloo.ca              | goes PING!
  24. ---------------------------------------------------------------+--------------
  25.