Hello Omniverse team
I need to construct 20 UI widgets within the scene. Attached is my code. You can run this standalone application script in the Isaac-sim 4.0 environment to reproduce the issue. This code works normally in Isaac-sim 2023.1.1, but in Isaac-sim 4.0, it causes the simulation to hang or crash after running for more than 10 minutes. The error log shows “[Fatal] [gpu.foundation.plugin] Out of resource descriptors!”. Please help me resolve this issue.
error log:
2024-06-25 02:46:21 [360,187ms] [Fatal] [gpu.foundation.plugin] Out of resource descriptors!
2024-06-25 02:46:21 [360,187ms] [Warning] [gpu.foundation.plugin] Sync scopes:
2024-06-25 02:46:21 [360,187ms] [Warning] [gpu.foundation.plugin] - [1] SYNC SCOPE: IRenderImpl (paused: no, last tick: 0 ms ago)
2024-06-25 02:46:21 [360,187ms] [Warning] [gpu.foundation.plugin] - [2] SYNC SCOPE: rtx_hydraengine0 (paused: no, last tick: 3 ms ago)
Fatal Python error: Segmentation fault
Steps to execute my standalone application script:
- unzip main.zip and copy main.py to Isaac-sim 4.0 installation folder ~/.local/share/ov/pkg/isaac-sim-4.0.0
- open the Terminal
- cd ~/.local/share/ov/pkg/isaac-sim-4.0.0
- ./python.py main.py
- wait 10 minutes
Information about my workstation:
- ubuntu 22.04
- CPU: Intel-13900
- RAM: 128 GB
- GPU: L40s
- nvidia-driver 535.171.04
main.zip (2.0 KB)