MantisBT - ParaView
View Issue Details
0015237ParaView(No Category)public2015-01-05 12:322016-08-12 09:59
Mark Stock 
Aashish Chaudhary 
normalminorhave not tried
closedmoved 
4.2 
 
ParaViewVR
crash
0015237: Immersive ParaView hangs when reading tracking data from Vrui's VRDeviceDaemon
We are running Immersive ParaView 4.2.0 (custom build) on RHEL6.5 machine for both server and client. I can use the vrpn interface for tracking, but that only supports reading from one port number (and we need two). I am thus trying to use Vrui's VRDeviceDaemon to pass the tracking data to ParaView (because VRDeviceDaemon *can* read from both vrpn ports). After setting things up, hitting "Start" in the VR panel causes the program to seize. On the VRDeviceDaemon terminal, the last lines are:

VRDeviceServer: Connecting new client from localhost, port 60884
VRDeviceServer: Waiting for client connection

Killing the process results in a plethora of these errors to the ParaView server terminal:

ERROR: In /opt/ParaView/dist/ParaView-v4.2.0/VTK/Common/System/vtkSocket.cxx, line 572
vtkClientSocket (0x13f9730): Socket error in call to send. Broken pipe.

The same thing happens with Vrui 3.1-002 and 2.6-001. I can run "Vrui/bin/DeviceTest -t 0 localhost:3883" to see that the tracking data does indeed exist.

The relevant section of my state file is:

  <VRConnectionManager>
    <VRUIConnection name="vrconn" address="localhost" port="3883">
      <Tracker id="0" name="head"/>
      <TrackerTransform value="-1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 "/>
    </VRUIConnection>
  </VRConnectionManager>
  <VRInteractorStyles>
    <Style class="vtkVRTrackStyle" proxyName="RenderView1" proxy="3559" property="EyeTransformMatrix">
      <Tracker role="Tracker" name="vrconn.head"/>
    </Style>
  </VRInteractorStyles>

This seems to be the same problem as seen here:
http://public.kitware.com/pipermail/paraview/2014-February/030582.html [^]
No tags attached.
Issue History
2015-01-05 12:32Mark StockNew Issue
2015-01-12 14:02Mark StockAssigned To => Aashish Chaudhary
2015-01-12 14:03Mark StockNote Added: 0034069
2015-01-13 03:47Joachim PouderouxSummaryImmedsive ParaView hangs when reading tracking data from Vrui's VRDeviceDaemon => Immersive ParaView hangs when reading tracking data from Vrui's VRDeviceDaemon
2015-01-13 03:47Joachim PouderouxDescription Updatedbug_revision_view_page.php?rev_id=996#r996
2016-08-12 09:59Kitware RobotNote Added: 0038755
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0034069)
Mark Stock   
2015-01-12 14:03   
I didn't mean to assign the bug just now---I was looking for how to change the severity. The entire program hangs indefinitely, that seems more severe than "minor."
(0038755)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.