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