<br><br><div class="gmail_quote">On Fri, Aug 19, 2011 at 10:36 PM, Ludo Brands <span dir="ltr"><<a href="mailto:ludo.brands@free.fr">ludo.brands@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<u></u>





<div><div class="im">
<div><span><font color="#0000ff" face="Arial" size="2"> </font></span></div>
<blockquote dir="ltr" style="padding-left: 5px; margin-left: 5px; border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;">
  <div><span>
  <div><font face="Arial"><font color="#0000ff"><font size="2"><span>OK compiles now. I tested this with 2 programs 
  </span><span>but when I include uProcMemMon as the 
  first unit in lpr and define -dPROCMEMMON then they both crash with a sigsegv. 
  Undefine PROCMEMMON and they run fine. <span> I've attached a small testprogram that 
  crashes in bufdataset. </span></span></font></font></font></div>
  <div><font color="#0000ff" face="Arial" size="2"></font><font color="#0000ff" face="Arial" size="2"></font><font color="#0000ff" face="Arial" size="2"></font> </div></span></div></blockquote>
</div><div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">Just a small copy paste problem:</font></span></div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">change line 295 </font></span></div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">  Result := OldMemMgr.GetMem(Size);<br></font></span></div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">into</font></span></div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">  Result := OldMemMgr.AllocMem(Size);<br></font></span></div><font color="#888888">
<div dir="ltr"><span><font color="#0000ff" face="Arial" size="2">Ludo</font></span></div></font></div>
<br></blockquote></div><br>Ludo, thanks, it's a good news and a reason once again to call this type of error to the top of most frequent causes of errors :) Uploaded the zip with the fix.<br><br>If you meant MMM_Freemem that took about 200k according to the screenshot, I think it can be related to saving dealocated block, i.e. when the memory manager needs new memory to save the locations of freed blocks. Just a guess than possibly needs further investigation.<br>

<br>Max<br>