<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have a memory allocation error. I found Dave's response to this problem in the past.<div><a href="http://groups.google.com/group/admb-users/browse_thread/thread/bfdc7a95371c9bf6/1e5f21e161033c20?lnk=gst&q=memory+allocation+error&pli=1">http://groups.google.com/group/admb-users/browse_thread/thread/bfdc7a95371c9bf6/1e5f21e161033c20?lnk=gst&q=memory+allocation+error&pli=1</a></div><div><br></div><div>However, I was hoping to get some of the gaps filled in.</div><div>Dave says</div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; ">"If you compile your program in debug mode and put a breakpoint in ad_exit() <br>and do a stack trace you can find the line where this is happening. It may <br>be that you are doing something like trying to allocate a vector where <br>one of the arguments is uninitialized. "</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; ">Broken down into steps this is:</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; ">(1) </span><span class="Apple-style-span" style="font-family: arial, sans-serif; ">compile your program in debug mode</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; ">I know this means to </span>compile code with option -g and execute it as gdb --args ./</div><div>(2)<span class="Apple-style-span" style="font-family: arial, sans-serif; ">put a breakpoint in ad_exit() </span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; ">(3)</span><span class="Apple-style-span" style="font-family: arial, sans-serif; ">do a stack trace</span></div><div><br></div><div>Could someone please elaborate on steps (2) and (3) for me?</div><div><br></div><div>thanks,</div><div>Mollie</div><div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font><br>
</div>
<br></div></body></html>