<div dir="ltr"><div><div><div><div><div><div>Using Lazarus 1.2.4 win32 on Windows 8.1<br><br></div>I am getting stack traces like this:<br><br>#0 SYSTEM_FINISH_WAITFIXEDLIST$PFREELISTS at :0<br>#1 ?? at :0<br>#2 ?? at :0<br>
#3 TRPZUDPSRV__EXECWRAPPER(<error reading variable>) at C:\pdev\rpzlib\rpzudpsrv.pas:225<br>#4 TRPZUDPSRV__EXECUTE(<error reading variable>) at C:\pdev\rpzlib\rpzudpsrv.pas:171<br>#5 CLASSES_THREADPROC$POINTER$$LONGINT at :0<br>
#6 SYSTEM_THREADMAIN$POINTER$$LONGINT at :0<br>#7 KERNEL32!CreateWaitableTimerA at :0<br>#8 ?? at :0<br>#9 ?? at :0<br>#10 ?? at :0<br>#11 ?? at :0<br><br><br></div>There is a stubborn bug for example at this line:<br><br>
225: application.QueueAsyncCall(@self.guitikfunc,nres);<br><br></div>That is the last traceable part of the source code.<br><br></div>Does anybody know how to enable full code tracing in the system, sysutils, etc to cover calls like<br>
</div>QueueAsyncCall( ) etc.<br><br></div>Thanks,<br><br>marco<br></div>