home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9306 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.0 KB

  1. Path: sparky!uunet!vnet.ibm.com
  2. From: pgainer@vnet.ibm.com (Patrick Gainer)
  3. Message-ID: <19920902.115037.808@almaden.ibm.com>
  4. Date: Wed, 2 Sep 92 14:50:39 EDT
  5. Newsgroups: comp.unix.aix
  6. Subject: Re: Buggy malloc workaround
  7. Organization: IBM - Toronto Lab
  8. Disclaimer: This posting represents the poster's views, not those of IBM
  9. News-Software: UReply 3.0
  10. References: <Btx211.2DD@watdragon.uwaterloo.ca>
  11. Lines: 16
  12.  
  13. In <Btx211.2DD@watdragon.uwaterloo.ca> Murray S. Kucherawy [MFCF] writes:
  14. >My problems with putuserattr() calls are, according to IBM, caused by a bug
  15. >in malloc implemented in AIX V3.2.  According to the man page for malloc,
  16. >you can set the environment variable MALLOCTYPE to "3.1" and it will
  17. >use the older version of malloc.
  18.  
  19. >It's not clear whether this is to be done at runtime or compile time.
  20.  
  21. This check (of which malloc to call) is done at run time, and is keyed
  22. directly from the value of the MALLOCTYPE environment variable.
  23.  
  24. >-- Murray S. Kucherawy ----------------------------------------+--------------
  25.  
  26. Patrick Gainer
  27. pgainer@vnet.ibm.com
  28.  
  29.