On Mon, 2010-12-27 at 18:27 +0100, Kolja Waschk wrote: > > Since your thread relaxes due to printf() as well, the combination of > > What happens if you only log the debug info in some global array, and > > As a quick test I just removed the printf() in the thread body. When run under > gdbserver, the target seems to locks up. Only hard reset can bring it back. > Without gdbserver it behaves well.
Which means that pthread_cond_wait() likely returns with an error. > > Kolja > > > -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
