Skip to content

ParaView/pvpython binary segfault because of OSPRay on a specific machine

Running ParaView or pvpython fails to load on a specific machine using Ubuntu 20.04

This is an HPC node, but nothing seems too specific about the ubuntu install.

Reproduced with 5.9.1 and 5.10.0-RC1

$:~/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit$ ./bin/pvpython
Python 3.8.8 (default, May 17 2021, 15:58:51) 
[GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from paraview.simple import *

Loguru caught a signal: SIGABRT
Stack trace:
92            0x40206b /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/pvpython-real() [0x40206b]
91      0x7f31cfaaf0b3 __libc_start_main + 243
90            0x4028f3 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/pvpython-real() [0x4028f3]
89      0x7f31cd435b34 vtkPythonInterpreter::PyMain(int, char**) + 532
88      0x7f31cb254d83 Py_Main + 67
87      0x7f31cb254abc Py_RunMain + 2316
86      0x7f31cb23171e PyRun_AnyFileExFlags + 62
85      0x7f31cb2313d3 PyRun_InteractiveLoopFlags + 531
84      0x7f31cb22ef46 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x1e0f46) [0x7f31cb22ef46]
83      0x7f31cb1ec78b PyEval_EvalCode + 27
82      0x7f31cb1ec75e PyEval_EvalCodeEx + 62
81      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
80      0x7f31cb0c2edf _PyEval_EvalFrameDefault + 32591
79      0x7f31cb212b21 PyImport_ImportModuleLevelObject + 1089
78      0x7f31cb0ed4b5 _PyObject_CallMethodIdObjArgs + 229
77      0x7f31cb0ed174 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x9f174) [0x7f31cb0ed174]
76      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
75      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
74      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
73      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
72      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
71      0x7f31cb0c0bf2 _PyEval_EvalFrameDefault + 23650
70      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
69      0x7f31cb0c1e04 _PyEval_EvalFrameDefault + 28276
68      0x7f31cb0ecc22 _PyFunction_Vectorcall + 146
67      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
66      0x7f31cb0c29c2 _PyEval_EvalFrameDefault + 31282
65      0x7f31cb0ef40c PyVectorcall_Call + 92
64      0x7f31cb146aa8 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0xf8aa8) [0x7f31cb146aa8]
63      0x7f31cb1e8fd1 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x19afd1) [0x7f31cb1e8fd1]
62      0x7f31cb1ec78b PyEval_EvalCode + 27
61      0x7f31cb1ec75e PyEval_EvalCodeEx + 62
60      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
59      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
58      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
57      0x7f31cb0c1e04 _PyEval_EvalFrameDefault + 28276
56      0x7f31cb0ecc22 _PyFunction_Vectorcall + 146
55      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
54      0x7f31cb0c38a3 _PyEval_EvalFrameDefault + 35091
53      0x7f31cb0ece1e _PyObject_MakeTpCall + 158
52      0x7f31cb0ef893 PyCFunction_Call + 115
51      0x7f319cb7247c /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/lib/python3.8/site-packages/paraview/modules/vtkRemotingCore.so(+0x2a47c) [0x7f319cb7247c]
50      0x7f31cd676388 vtkProcessModule::RegisterSession(vtkSession*) + 376
49      0x7f31cac2f102 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libvtkCommonCore-pv5.9.so.1(+0x3f3102) [0x7f31cac2f102]
48      0x7f31ab166cd3 vtkPythonCommand::Execute(vtkObject*, unsigned long, void*) + 387
47      0x7f31cb0ef40c PyVectorcall_Call + 92
46      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
45      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
44      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
43      0x7f31cb0c251f _PyEval_EvalFrameDefault + 30095
42      0x7f31cb0ece1e _PyObject_MakeTpCall + 158
41      0x7f31cb161702 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x113702) [0x7f31cb161702]
40      0x7f31cb167ab1 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x119ab1) [0x7f31cb167ab1]
39      0x7f31cb0ef38d _PyObject_Call_Prepend + 205
38      0x7f31cb0ef1c5 _PyObject_FastCallDict + 69
37      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
36      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
35      0x7f31cb0b9d6f /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0x6bd6f) [0x7f31cb0b9d6f]
34      0x7f31cb0c0f4d _PyEval_EvalFrameDefault + 24509
33      0x7f31cb0ecc22 _PyFunction_Vectorcall + 146
32      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
31      0x7f31cb0c1e04 _PyEval_EvalFrameDefault + 28276
30      0x7f31cb0f0fa5 /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/libpython3.8.so.1.0(+0xa2fa5) [0x7f31cb0f0fa5]
29      0x7f31cb0ecc22 _PyFunction_Vectorcall + 146
28      0x7f31cb1ec6a7 _PyEval_EvalCodeWithName + 2919
27      0x7f31cb0c29c2 _PyEval_EvalFrameDefault + 31282
26      0x7f31cb0ef893 PyCFunction_Call + 115
25      0x7f3198a32d9d /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/lib/python3.8/site-packages/paraview/modules/vtkRemotingServerManager.so(+0xf3d9d) [0x7f3198a32d9d]
24      0x7f31cdfb5c57 vtkSMSessionProxyManager::InstantiateGroupPrototypes(char const*) + 327
23      0x7f31cdfb498b vtkSMSessionProxyManager::NewProxy(char const*, char const*, char const*) + 203
22      0x7f31cdfb46e1 vtkSMSessionProxyManager::NewProxy(vtkPVXMLElement*, char const*, char const*, char const*) + 369
21      0x7f31c5d2c5b5 vtkSMViewProxy::ReadXMLAttributes(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 21
20      0x7f31cdf753aa vtkSMProxy::ReadXMLAttributes(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 666
19      0x7f31cdf76f90 vtkSMProxy::CreateSubProxiesAndProperties(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 608
18      0x7f31cdfb498b vtkSMSessionProxyManager::NewProxy(char const*, char const*, char const*) + 203
17      0x7f31cdfb46e1 vtkSMSessionProxyManager::NewProxy(vtkPVXMLElement*, char const*, char const*, char const*) + 369
16      0x7f31c5d2c5b5 vtkSMViewProxy::ReadXMLAttributes(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 21
15      0x7f31cdf753aa vtkSMProxy::ReadXMLAttributes(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 666
14      0x7f31cdf76e87 vtkSMProxy::CreateSubProxiesAndProperties(vtkSMSessionProxyManager*, vtkPVXMLElement*) + 343
13      0x7f31cdf74b3e vtkSMProxy::NewProperty(char const*, vtkPVXMLElement*) + 462
12      0x7f31cdfe7419 vtkSMStringVectorProperty::ReadXMLAttributes(vtkSMProxy*, vtkPVXMLElement*) + 25
11      0x7f31cdff24a7 vtkSMVectorProperty::ReadXMLAttributes(vtkSMProxy*, vtkPVXMLElement*) + 23
10      0x7f31cdf5f8f4 vtkSMProperty::ReadXMLAttributes(vtkSMProxy*, vtkPVXMLElement*) + 6708
9       0x7f31c5ce934e vtkSMRendererDomain::ReadXMLAttributes(vtkSMProperty*, vtkPVXMLElement*) + 30
8       0x7f31c5ce8eeb vtkSMRendererDomain::Update(vtkSMProperty*) + 43
7       0x7f31c44bf89d vtkOSPRayPass::IsBackendAvailable(char const*) + 45
6       0x7f31c448e9df /home/53659793/paraview/binary/ParaView-5.9.1-MPI-Linux-Python3.8-64bit/bin/../lib/../lib/libvtkRenderingRayTracing-pv5.9.so.1(+0x209df) [0x7f31c448e9df]
5       0x7f31c42521e3 ospInit + 4067
4       0x7f319349ecf1 ospray::api::ISPCDevice::commit() + 145
3       0x7f3192fb3864 ISPCDevice_programCount + 52
2       0x7f31cfaad859 abort + 299
1       0x7f31cface18b gsignal + 203
0       0x7f31cface210 /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f31cface210]
(  10.063s) [paraview        ]                       :0     FATL| Signal: SIGABRT
error: exception occurred: Child aborted

There does not seems to be anything special in the environnement:

wmathieu_53659793@v0000101:~/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64$ ldd /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingRayTracing-pv5.10.so.1 
	linux-vdso.so.1 (0x00007fff32822000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fef5a21d000)
	libvtkDomainsChemistry-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkDomainsChemistry-pv5.10.so.1 (0x00007fef59fd8000)
	libvtkRenderingSceneGraph-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingSceneGraph-pv5.10.so.1 (0x00007fef59dc3000)
	libvtkIOImage-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkIOImage-pv5.10.so.1 (0x00007fef59a2a000)
	libvtkRenderingVolumeAMR-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingVolumeAMR-pv5.10.so.1 (0x00007fef5981e000)
	libvtkjsoncpp-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkjsoncpp-pv5.10.so.1 (0x00007fef595d9000)
	libospray.so.2 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libospray.so.2 (0x00007fef5939c000)
	libOpenImageDenoise.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libOpenImageDenoise.so.1 (0x00007fef56379000)
	libvtkRenderingVolumeOpenGL2-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingVolumeOpenGL2-pv5.10.so.1 (0x00007fef560ee000)
	libvtkRenderingOpenGL2-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingOpenGL2-pv5.10.so.1 (0x00007fef55c7e000)
	libvtkRenderingUI-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingUI-pv5.10.so.1 (0x00007fef55a6a000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007fef5592d000)
	libvtkRenderingVolume-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingVolume-pv5.10.so.1 (0x00007fef551d2000)
	libvtkRenderingCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkRenderingCore-pv5.10.so.1 (0x00007fef54dc0000)
	libvtkImagingCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkImagingCore-pv5.10.so.1 (0x00007fef548eb000)
	libvtkglew-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkglew-pv5.10.so.1 (0x00007fef5462c000)
	libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007fef545a4000)
	libvtkImagingMath-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkImagingMath-pv5.10.so.1 (0x00007fef5435f000)
	libvtkFiltersGeneral-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkFiltersGeneral-pv5.10.so.1 (0x00007fef53ccd000)
	libvtkIOXML-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkIOXML-pv5.10.so.1 (0x00007fef539ca000)
	libvtkIOXMLParser-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkIOXMLParser-pv5.10.so.1 (0x00007fef537b2000)
	libvtkFiltersCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkFiltersCore-pv5.10.so.1 (0x00007fef52d4f000)
	libvtkIOLegacy-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkIOLegacy-pv5.10.so.1 (0x00007fef52aac000)
	libvtkIOCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkIOCore-pv5.10.so.1 (0x00007fef52846000)
	libvtkCommonExecutionModel-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonExecutionModel-pv5.10.so.1 (0x00007fef52524000)
	libvtkCommonDataModel-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonDataModel-pv5.10.so.1 (0x00007fef51e2f000)
	libvtkCommonTransforms-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonTransforms-pv5.10.so.1 (0x00007fef51be4000)
	libvtkCommonMisc-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonMisc-pv5.10.so.1 (0x00007fef515c9000)
	libvtkCommonMath-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonMath-pv5.10.so.1 (0x00007fef513a6000)
	libvtkkissfft-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkkissfft-pv5.10.so.1 (0x00007fef5119f000)
	libvtkCommonCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonCore-pv5.10.so.1 (0x00007fef50654000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fef50631000)
	libtbb.so.2 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libtbb.so.2 (0x00007fef503d3000)
	libvtksys-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtksys-pv5.10.so.1 (0x00007fef50177000)
	librkcommon.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/librkcommon.so.1 (0x00007fef4ff4c000)
	libtbbmalloc.so.2 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libtbbmalloc.so.2 (0x00007fef4fcf3000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fef4fced000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fef4fb0b000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fef4f9bc000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fef4f9a1000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fef5a6af000)
	libvtkFiltersSources-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkFiltersSources-pv5.10.so.1 (0x00007fef4f6cb000)
	libvtkDICOMParser-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkDICOMParser-pv5.10.so.1 (0x00007fef4f4af000)
	libvtkmetaio-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkmetaio-pv5.10.so.1 (0x00007fef4f20a000)
	libvtktiff-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtktiff-pv5.10.so.1 (0x00007fef4ef8a000)
	libvtkCommonSystem-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonSystem-pv5.10.so.1 (0x00007fef4ed51000)
	libvtkpugixml-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkpugixml-pv5.10.so.1 (0x00007fef4eb1d000)
	libpng16.so.16 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libpng16.so.16 (0x00007fef4e8d8000)
	libz.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libz.so.1 (0x00007fef4e6bb000)
	libvtkjpeg-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkjpeg-pv5.10.so.1 (0x00007fef4e43f000)
	libvtkFiltersAMR-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkFiltersAMR-pv5.10.so.1 (0x00007fef4e218000)
	libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007fef4e209000)
	libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007fef4dfff000)
	libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007fef4dff7000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fef4dfcd000)
	libvtkCommonColor-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonColor-pv5.10.so.1 (0x00007fef4ddb0000)
	libvtkFiltersGeometry-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkFiltersGeometry-pv5.10.so.1 (0x00007fef4dacf000)
	libvtkCommonComputationalGeometry-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkCommonComputationalGeometry-pv5.10.so.1 (0x00007fef4d89d000)
	libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007fef4d7e5000)
	libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007fef4d7b1000)
	libvtkfmt-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkfmt-pv5.10.so.1 (0x00007fef4d582000)
	libexpat.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libexpat.so.1 (0x00007fef4d348000)
	libvtkdoubleconversion-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkdoubleconversion-pv5.10.so.1 (0x00007fef4d135000)
	libvtklz4-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtklz4-pv5.10.so.1 (0x00007fef4cefc000)
	libvtklzma-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtklzma-pv5.10.so.1 (0x00007fef4ccca000)
	libvtkloguru-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkloguru-pv5.10.so.1 (0x00007fef4ca86000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fef4ca7b000)
	libvtkParallelCore-pv5.10.so.1 => /home/53659793/paraview/binary/ParaView-5.10.0-RC1-MPI-Linux-Python3.9-x86_64/bin/../lib/libvtkParallelCore-pv5.10.so.1 (0x00007fef4c822000)
	libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007fef4c81a000)
	libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fef4c812000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007fef4c7f8000)
$ /lib/x86_64-linux-gnu/libc.so.6 --version
GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.2) stable release version 2.31.
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 9.3.0.
libc ABIs: UNIQUE IFUNC ABSOLUTE
For bug reporting instructions, please see:
<https://bugs.launchpad.net/ubuntu/+source/glibc/+bugs>.
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.3 LTS
Release:	20.04
Codename:	focal

pvserver is starting without issue.

Edited by Mathieu Westphal (Kitware)