home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19411 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!virtech!cpcahil
  3. From: cpcahil@vti.com (Conor P. Cahill)
  4. Subject: Re: Question on malloc
  5. Message-ID: <C0JAv0.3AD@vti.com>
  6. Organization: Virtual Technologies Inc.
  7. References: <1993Jan8.010231.14608@news.uiowa.edu>
  8. Date: Fri, 8 Jan 1993 12:04:11 GMT
  9. Lines: 21
  10.  
  11. In article <1993Jan8.010231.14608@news.uiowa.edu>, hari@blackmail.eng.uiowa.edu (Hari Vattikota) writes:
  12. > Hi,
  13. >     subroutine.Irrespective of the amount of malloc I do before calling
  14. >     this subroutine it always crashes at the first malloc in the
  15. >     subroutine.I am executing the program on an HP Apollo series 400
  16. >     machine and the error message is "Conflicting versions of malloc
  17.  
  18. What is the link command used to generate the executable?  It sounds like 
  19. you somehow have gotten two malloc libraries to link into your executable
  20. (which should generate a duplicate symbol message from the loader) or 
  21. you are doing your an sbrk() in your code and the standard malloc library
  22. doesn't like other people doing an sbrk().
  23.  
  24.  
  25.  
  26. -- 
  27. *** SENTINEL(tm) The ultimate Debugging Environment - email for more info ***
  28.  
  29. Conor P. Cahill              (703)430-9247            cpcahil@virtech.vti.com
  30. Virtual Technologies, Inc.  46030 Manekin Plaza          Dulles, VA 20166 
  31.