<div dir="ltr"><div class="gmail_quote">On Mon, May 23, 2011 at 4:00 PM, Michael Schnell <span dir="ltr"><<a href="mailto:mschnell@lumino.de">mschnell@lumino.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 05/23/2011 03:45 PM, Mark Morgan Lloyd wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 how long has anybody run each test program.<br>
</blockquote></div>
The known problem with synchronize is that the event only is acknowledged when some GUI event occurs, too.<br>
<br>
I am not aware of any long-time running problems.<br><font color="#888888">
<br></font></blockquote><div><br>I resolved my problem with not use the thread object outside the thread when the Synchronize call this method, i do not know if it that the real reason, but my project now working in Linux.<br>
<br>you can see the this lines in my changes in <br><a href="https://github.com/parmaja/miniedit/commit/787112191f1e3fd260b541a523050a150388eaf2#L4L448">https://github.com/parmaja/miniedit/commit/787112191f1e3fd260b541a523050a150388eaf2#L4L448</a><br>
<br>-procedure TdbgpGetCurrent.ShowFile; //this function must synced<br>+procedure TdbgpGetCurrent.ShowFile; //this function must Synchronize<br> begin<br>-  Connection.Server.ShowFile(Connection, FFileName, FLine);<br>+  DBGP.ShowFile(FCurKey, FCurFile, FCurLine);<br>
 end; <br><br>Thanks<br><br></div></div>-- <br>Zaher Dirkey<br>
</div>