JosephCottam / AbstractRendering

Bin-based rendering...for the win!
Other
52 stars 6 forks source link

Errors not properly reported out of render threads #38

Closed JosephCottam closed 11 years ago

JosephCottam commented 11 years ago

Some errors are swallowed silently, occasionally making it hard to tell if the execution failed or is just taking a long time.

JosephCottam commented 11 years ago

This may occur in transfer because all of the transfer work is done as a side-effect into a shared memory object. Need to check a return value or the thread-pool-state or similar for error codes.