Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I running the example. the terminal show the error: WARNING: Forcing CPU pipeline. Not connected to PVD; GPU Pipeline: disabled ;Segmentation fault (core dumped) #62

Open
liucheng532 opened this issue Mar 25, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@liucheng532
Copy link

Describe the bug
I'm installing the isaac gym ,and testing the example " 1080_balls_of_solitude.py ",failed, the graph showed whthin 5s,then ended.

(lc_gym) xieys@roas:~/Desktop/lc/isaacgym/python/examples$ python 1080_balls_of_solitude.py
Importing module 'gym_38' (/home/xieys/Desktop/lc/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/xieys/Desktop/lc/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
WARNING: Forcing CPU pipeline.
Not connected to PVD
+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:0
GPU Pipeline: disabled
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
Unhandled descriptor set 449
Unhandled descriptor set 169
Unhandled descriptor set 433
Segmentation fault (core dumped)

To Reproduce
Steps to reproduce the behavior:
I'm installing the isaac gym ,and testing the example " 1080_balls_of_solitude.py ",failed, the graph showed whthin 5s,then ended.

Expected behavior
A clear and concise description of what you expected to happen.

System (please complete the following information):

  • OS: [e.g. Ubuntu 20.04.6 LTS 64-bit]
  • GPU: [e.g. RTX 3060 12GB]
  • CUDA: [e.g. 11.4]
  • GPU Driver: [e.g. 535.171.04]

Additional context

@liucheng532 liucheng532 added the bug Something isn't working label Mar 25, 2024
@liucheng532
Copy link
Author

I solved this problem by reinstall the ubuntu20.04,and I installed the nvidia driver in "software&updates---Additional drivers", my GPU is 3060(12GB) ,I chose the NVIDIA driver metapackage from nvidia-driver-535(proprietary)

@formoree
Copy link

formoree commented Sep 5, 2024

I met the same problem when i tested the example " 1080_balls_of_solitude.py ", and then I change my NVIDIA driver from 560 to 535.But I met the same bug "Segmentation fault" when I was running test_env.py. Did you have the same problem?

@formoree
Copy link

formoree commented Sep 6, 2024

I met the same problem when i tested the example " 1080_balls_of_solitude.py ", and then I change my NVIDIA driver from 560 to 535.But I met the same bug "Segmentation fault" when I was running test_env.py. Did you have the same problem?

OK. I got this. Wrong verison of NVIDIA driver. And the choice of the version of NVIDIA driver depends on many factors such as the version of cuda, torch...

@liucheng532
Copy link
Author

liucheng532 commented Sep 6, 2024 via email

@AII6
Copy link

AII6 commented Oct 20, 2024

I solved this problem by reinstall the ubuntu20.04,and I installed the nvidia driver in "software&updates---Additional drivers", my GPU is 3060(12GB) ,I chose the NVIDIA driver metapackage from nvidia-driver-535(proprietary)

Hello, I want to know the version of your cuda toolkit and torch. Could you tell me about that?

@AII6
Copy link

AII6 commented Oct 20, 2024

I met the same problem when i tested the example " 1080_balls_of_solitude.py ", and then I change my NVIDIA driver from 560 to 535.But I met the same bug "Segmentation fault" when I was running test_env.py. Did you have the same problem?

OK. I got this. Wrong verison of NVIDIA driver. And the choice of the version of NVIDIA driver depends on many factors such as the version of cuda, torch...

Hello, I want to know the version of your cuda toolkit and torch. Could you tell me about that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants