LLNL / blockbuster

Automatically exported from code.google.com/p/blockbuster
1 stars 1 forks source link

blockbuster hangs on large movies on console #146

Closed wealthychef1 closed 9 years ago

wealthychef1 commented 15 years ago

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

wealthychef1 commented 10 years ago

Original comment by: wealthychef1