<p>Am 22.11.2013 19:17 schrieb "Jeppe Gręsdal Johansen" <<a href="mailto:jeppe@j-software.dk">jeppe@j-software.dk</a>>:<br>
> Your code is broken.<br>
><br>
> You are using the console output from two threads simultaneously without proper locking. That's most likely what's causing the crash.</p>
<p>(Disclaimer: I haven't looked at the code, so I'm just assuming that he's using Write(ln))<br>
Console I/O shouldn't be the problem as each thread has its own Output variable (it's a threadvar in FPC unlike Delphi).</p>
<p>Regards,<br>
Sven</p>