When using multiple thread, there is a mutex deadlock to the console only. Does not occur in DMX, so suspect some Qt issue. I notice there is a test failing:
if (timeout < 0) {
blah;
} else
but timeout is not less than 0, still blah; gets executed in every thiread. This could just be a compiler thing.
When using multiple thread, there is a mutex deadlock to the console only. Does not occur in DMX, so suspect some Qt issue. I notice there is a test failing:
if (timeout < 0) { blah; } else
but timeout is not less than 0, still blah; gets executed in every thiread. This could just be a compiler thing.
Original comment by: wealthychef1