View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003732 | OpenFOAM | Bug | public | 2021-09-20 04:36 | 2021-09-20 08:06 |
Reporter | rasunag27 | Assigned To | henry | ||
Priority | high | Severity | crash | Reproducibility | unable to reproduce |
Status | closed | Resolution | no change required | ||
Platform | Linux | OS | Ubuntu | OS Version | 18.04 |
Summary | 0003732: OS Error: libPVblockMeshReader_SM.so: undefined symbol | ||||
Description | Working with OpenFOAM v5 and using python flask to automate the simulations. For this purpose, I have created a python file for flask and have provided the OpenFOAM function which needs to run by using pvpython. But, with flask when I run the python file, I am getting this below error: OSError: /opt/openfoam5/platforms/linux64GccDPInt32Opt/lib/paraview-5.4/libPVblockMeshReader_SM.so: undefined symbol: _ZN12pqRenderView16staticMetaObjectE Regards, Sunag R A. | ||||
Additional Information | The bug was tried correcting with LD_PRELOAD as shown, but provided error. LD_PRELOAD=/opt/OpenFOAM/paraviewopenfoam54/lib/paraview-5.4/libvtkpqCore-pv5.4.1.so.1 /opt/OpenFOAM/paraviewopenfoam54/bin/pvpython ERROR: ld.so: object '/opt/paraviewopenfoam54/lib/paraview-5.4/libvtkpqCore-pv5.4.1.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | ||||
Tags | No tags attached. | ||||