MantisBT - ParaView
View Issue Details
0009791ParaViewBugpublic2009-10-29 05:452010-06-16 15:16
Stephane P 
Alan Scott 
normalminoralways
closedfixed 
Development 
 
ParaViS
0009791: ParaView crash at initialization when running remotely with ssh -X
when launching paraview remotely with ssh -X, it crashes at initilization time.
Rem : paraview works fine on both computers if run locally, or even if run with export DISPLAY=localhost:0.0

It crashes at vtkPixelBufferObject.cxx, line 309.
The error comes from the fact that vtkgl::MapBuffer always returns a null pointer in this case, which makes them unusable.

It would be nice to disable all features using pbo if they are not supported.
No tags attached.
Issue History
2009-10-29 05:45Stephane PNew Issue
2010-06-07 22:02Alan ScottNote Added: 0020943
2010-06-07 22:02Alan ScottStatusbacklog => @80@
2010-06-07 22:02Alan ScottResolutionopen => fixed
2010-06-07 22:02Alan ScottAssigned To => Alan Scott
2010-06-16 15:16Alan ScottNote Added: 0021039
2010-06-16 15:16Alan ScottStatus@80@ => closed
2011-06-23 11:44Utkarsh AyachitProject => ParaViS

Notes
(0020943)
Alan Scott   
2010-06-07 22:02   
I believe this one has been resolved. Check it.
(0021039)
Alan Scott   
2010-06-16 15:16   
Tested using cygwin, and also linux.