On Tue, Jun 11, 2013 at 5:29 PM, <a href="mailto:md@rpzdesign.com">md@rpzdesign.com</a> <span dir="ltr"><<a href="mailto:md@rpzdesign.com" target="_blank">md@rpzdesign.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    I totally understand, but I did not discover the problem until<br>
    I was well into a larger project that I could not de-construct<br>
    to try to generate a reproducible sample.<br>
    <br>
    I am under a time pressure, decided to start using using LAZ/FPC
    about 3 months ago,<br>
    and when I starting running the program under load, it started to
    die.<br></div></blockquote><div><br></div><div>In my experience when such strange issues appeared and I started distrusting the RTL, every single time I eventually could track the bug to .... an error in my own code. Don't remember the RTL ever causing such issues in all those years. You probably have a memory corruption, uninitialized variable or some other error in your code which causes the problem, but depending on the problem it might be really hard to debug.</div>
<div><br></div><div>Sometimes when debugging didn't help, I simply resorted to reading the entire code base again ... until I found the error.</div><div><br></div><div>Running in a different operating system also helps, sometimes it debugs better in another OS. Sometimes it even works fine in another OS, despite the error being present at all times =D</div>
<div><br></div></div>-- <br>Felipe Monteiro de Carvalho