On Thu, Dec 18, 2014 at 10:16:11 -0700, Sebastien Jourdain wrote:
> This is weird. The Done is properly initialized and get only set to "true"
> or "false"...
>
> vtkSharedData() : Done(false), ActiveThreadCount(0)
>
> {
>
> }
Could a buffer overflow be corrupting Done?
--Ben