You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran habitat-sim v0.1.7 and habitat-lab v0.1.7 successfully before on the same server, but the server was accidentally reset, so I tried to reinstall habitat-sim v0.1.7 again.
It came out Segmentation fault (core dumped) when testing using examply.py with Non-interactive testing.
I tried installing habitat-sim v0.1.7 using conda and building from source, both of them could install successfully but came out the same error when testing:
The first bug I came across was the lack of libEGL.so etc, I solved these problems using #1511 as I did not have the permission to reinstall the driver:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
version
System: docker with Ubuntu 16.04.7 LTS
Habitat-Sim: v0.1.7, v0.3.0
Driver: NVIDIA-Linux-x86_64-470.57.02
ERROR
I ran habitat-sim v0.1.7 and habitat-lab v0.1.7 successfully before on the same server, but the server was accidentally reset, so I tried to reinstall habitat-sim v0.1.7 again.
It came out Segmentation fault (core dumped) when testing using examply.py with Non-interactive testing.
I tried installing habitat-sim v0.1.7 using conda and building from source, both of them could install successfully but came out the same error when testing:
I reset the
to get the details, then it came out:
I also debugged the example.py, the error appeared when it ran the line
in
which is in /path/to/anaconda/env//lib/python3.6/site-packages/habitat_sim-0.1.7-py3.6-linux-x86_64.egg/habitat_sim/simulator.py.
I also tried the latest version of habitat-sim, v0.3.0, using conda install. When testing, the same error came out again:
By the way
The first bug I came across was the lack of libEGL.so etc, I solved these problems using #1511 as I did not have the permission to reinstall the driver:
I dont know if it would cause the problem of Segmentation fault (core dumped).
❓ Questions and Help
I think this may be the problem of my server, because I ran successfully before.
Could you help me to identify the problem of my server or the direction to debug please?
I also raised the #1672 for help.
Beta Was this translation helpful? Give feedback.
All reactions