Ok.. found it, if all threads are executing scripts that require datacopy - datacopy will time-out, and once you exit your process - crash will occur, as you have already freed the memory area that datacopy tries to process. Threading is fun, isn't it?
Sounds like I have to do minor change in datacopy structure; DC_MESSAGE + add specific datacopy threads :/ Expect to see fix sometime tomorrow
|