Describe the bug
I get a segmentation fault upon quitting any MjViewer with the ESCAPE key. This doesn't break the simulation itself - but I was concerned nevertheless.
To Reproduce
On a fresh Ubuntu 20.04 installation with MuJoCo, run the following commands:
Expected behavior
The simulator will run with no errors. If you close the simulator using the ESC key, it creates a segmentation fault. However, if you close the simulator without throwing the segmentation fault.
Describe the bug I get a segmentation fault upon quitting any MjViewer with the ESCAPE key. This doesn't break the simulation itself - but I was concerned nevertheless.
To Reproduce On a fresh Ubuntu 20.04 installation with MuJoCo, run the following commands:
libgl1-mesa-dev libgl1-mesa-glx libglew-dev libosmesa6-dev software-properties-common net-tools virtualenv xpra xserver-xorg-dev patchelf
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so${LD_PRELOAD:+:${LD_PRELOAD}}
pip install mujoco-py
wget -O ~/Downloads/body_interaction.py 'https://raw.githubusercontent.com/openai/mujoco-py/master/examples/body_interaction.py'
python3 ~/Downloads/body_interaction.py
Expected behavior The simulator will run with no errors. If you close the simulator using the ESC key, it creates a segmentation fault. However, if you close the simulator without throwing the segmentation fault.
Error Messages
Desktop (please complete the following information):
Environment
echo $LD_LIBRARY_PATH
: /home/suraj/.mujoco/mujoco200/binecho $HOME
: /home/surajecho $USER
: suraj