Search the web
Sign In
New User? Sign Up
dmalloc · Debug Malloc Library (dmalloc) Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
No Subject   Message List  
Reply | Forward Message #114 of 529 |
[dmalloc] Re: No Subject

> I am running on an AIX 4.2.1 platform and just installed dmalloc. I
> ran the test program and it exited with the following error message.
> Any inkling as to what may be wrong would be apprecited........thanks
> in advance.
>
> ...
> Final malloc error: heap failed to produce linear address space (44)
> make: 1254-004 The error code from the last command is 1.

Sorry for the delay.

Hmm. This means that some other program is using sbrk() along with
dmalloc. Looks like you will need to enable the ``allow-nonlinear''
token by default. Execute a:

eval `dmalloc -p allow-nonlinear`

and then try the make tests again.
gray



Thu Jan 27, 2000 5:24 pm

gwatson@...
Send Email Send Email

Forward
Message #114 of 529 |
Expand Messages Author Sort by Date

Hi, I am running on an AIX 4.2.1 platform and just installed dmalloc. I ran the test program and it exited with the following error message. Any inkling as to...
jim scully
jscully@...
Send Email
Jan 11, 2000
9:43 pm

... Sorry for the delay. Hmm. This means that some other program is using sbrk() along with dmalloc. Looks like you will need to enable the...
Gray Watson
gwatson@...
Send Email
Jan 27, 2000
5:23 pm

So I just added in checkpointing into dmalloc. Now you can call dmalloc_mark() and record the unsigned long it gives back. Later you can call...
gray.egroups@...
Send Email
Mar 24, 2000
10:20 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help