|
On 27/03/2012 14.23, Egil Hjelmeland wrote:
Could it be that your print statements are non-threadsafe ?
Interesting suggestion.I'm not a multithreading expert either, but I worked a lot with interrupts et similia. You (Steve) could try locking sections of code (e.g. the print statement) and see what happens; it could help in identify the vulnerable area (if any).
-- Enrico