[vtkusers] help! wierd pthread error..?

Brad King brad.king at kitware.com
Thu May 27 14:14:39 EDT 2004


Louis Desjardins wrote:
> Hi Thanks for your response,
> 
> Some of the filters include (not all for the same dataset though):
> 
> vtkImageMapToColors
> vtkCutter
> vtkFeatureEdges
> vtkGeometryFilter
> vtkStripper
> vtkPolyDataMapper
> 
> so do you mean that one of these filters then may be invoking one too 
> many thread?

All threaded filters use the vtkMultiThreader, which is quite well 
tested.  The code uses pthread_join in all cases to cleanup threads. 
What OS version are you using?  What is the version of the pthread library?

Thanks,
-Brad



More information about the vtkusers mailing list