Thanks for the suggestion. I used instruments.app on paraview while it was
hanging. Using the spin monitor, there were many different processes which
were hanging. Most of the time was spent on these operations:
libdispatch.dylib: _dispatch_mgr_wakeup
libsystem.dylib:  start_wqthread

Less time was spent during these calls,
libvtkPVServerManagerCore-pv3.98.1.dylib: vtkSMProxy::GetProperty(char
const*, int)
libsystem_c.dylib: szone_free_definite_size (on a number of objects in
QTCore and libvtkpqCore)

Time spend in other parts of the code are under 5% each. If it's helpful I
can provide a dump of all the calls captured by Instruments.

If anybody has any new suggestions, I'd appreciate it.

James




On Mon, May 6, 2013 at 12:20 PM, Sean McBride <[email protected]>wrote:

> On Mon, 6 May 2013 12:16:32 -0400, James Thunes said:
>
> >I have been having intermittent problems with paraview since updating to
> >v3.98.1. After running the program for awhile, the program will hang for
> >10-30 seconds when changing the contour plot variable. This happens fairly
> >regularly with both large and small files. I don't believe that it is due
> >to low memory, each timestep in my dataset is approx 50 MB and I have
> >plenty of available ram.
>
> Do you have Xcode installed?  If so, run Instruments.app to sample
> Paraview when it's hanging.  Or you could try sysdiagnose (see 'man
> sysdiagnose').
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 [email protected]
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to