Re: Options for Asynchronous Callbacks
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Options for Asynchronous Callbacks
- From: Enrico Colombini <erix@...>
- Date: 2012年3月27日 14:54:19 +0200
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