<div dir="ltr"><div>If you can, change the app so that it'll also output what parameters and calls are being passed in as well.  Drop in a debug statement or two on entrance and exit to any and all functions within the thread.  Then keep an eye on the logs.<br><br></div>Check this thread on Stack Overflow;<br><br><a href="http://stackoverflow.com/questions/89607/what-is-a-privileged-instruction">http://stackoverflow.com/questions/89607/what-is-a-privileged-instruction</a><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 26, 2016 at 11:57 AM, Dennis <span dir="ltr"><<a href="mailto:dec12@avidsoft.com.hk" target="_blank">dec12@avidsoft.com.hk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a multi threaded program which executes a list of tasks in real time.<br>
It is difficult to debug with a debugger on this program (since debugging will pause the execution which will be messy for this application).<br>
<br>
So, I log the exceptions to a log file and I found this exception:<br>
EPrivilege    Privileged instruction<br>
<br>
What could possibly raise this exception?<br>
<br>
My program is win 32 from Lazarus 1.7  FPC 3.1.1<br>
and running on Win 7 64 bit.<br>
<br>
thanks in advance.<span class="HOEnZb"><font color="#888888"><br>
<br>
Dennis<br>
______________________________<wbr>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.or<wbr>g</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">http://lists.freepascal.org/cg<wbr>i-bin/mailman/listinfo/fpc-pas<wbr>cal</a><br>
</font></span></blockquote></div><br></div>