Yes
Although, I am not sure I understand the question as the answer seemed implicit from my first two posts.
Given that Isaac Sim crashes, it means the only way I could have reproduced it a second time to provide the second crash log was from relaunching.
I have reproduced a third time
2025-02-11 17:17:11 [84,802ms] [Info] [omni.ext.plugin] [ext: omni.isaac.ros2_bridge-3.0.2] started, startup time: 6 (ms)
2025-02-11 17:17:11 [84,805ms] [Info] [demo_collector.helpers.ros_client] Already connected to ROS Server at address: localhost:9090
2025-02-11 17:17:40 [113,675ms] [Error] [carb.graphics-vulkan.plugin] GPU crash is detected. Trying to write shader debug info into: C:/Users/mattm/.nvidia-omniverse/logs/Kit/Isaac-Sim Full/4.5/kit_20250211_091546-bba7fda86fcabf05-0000014b8d6eb7c0.nvdbg
2025-02-11 17:17:40 [113,676ms] [Error] [carb.graphics-vulkan.plugin] Shader debug info successfully written
2025-02-11 17:17:40 [113,678ms] [Error] [carb.graphics-vulkan.plugin] GPU crash is detected. Trying to write shader debug info into: C:/Users/mattm/.nvidia-omniverse/logs/Kit/Isaac-Sim Full/4.5/kit_20250211_091546-0000014c1c0be830-0000014bdfdae540.nvdbg
2025-02-11 17:17:40 [113,679ms] [Error] [carb.graphics-vulkan.plugin] Shader debug info successfully written
kit_20250211_091546.log (2.5 MB)
I notice there are slight variations in the logs each time the crash occurs. They are all GPU crashes, but some have more details than others. For example, in yet another reproduction, I see
2025-02-11 17:25:58 [177,097ms] [Info] [omni.ext.plugin] [ext: omni.isaac.ros2_bridge-3.0.2] started, startup time: 3 (ms)
2025-02-11 17:25:58 [177,100ms] [Info] [demo_collector.helpers.ros_client] Already connected to ROS Server at address: localhost:9090
2025-02-11 17:26:12 [191,037ms] [Error] [omni.kit.renderer.plugin] Failed to begin render graph.
2025-02-11 17:26:12 [191,048ms] [Error] [omni.kit.renderer.plugin] acquireNextFrameBufferNoWait: Failed to begin frame command list.
2025-02-11 17:26:12 [191,048ms] [Error] [gpu.foundation.plugin] A GPU crash occurred. Exiting the application...
Reasons for the failure: a device lost, out of memory, or an unexpected bug.
2025-02-11 17:26:12 [191,049ms] [Warning] [gpu.foundation.plugin] polling aftermath dump status ...
Which shows “Failed to begin render graph”. This reminds me of my other post about Hydra error related to HydraEngine::render failed to end the compute graph: error code 6
And later in the logs instead of seeing VkResult: ERROR_DEVICE_LOST
I see errors with memory access GPU pagefault occured on virtual address(0x000000000e610000)
(I would guess attempting to access memory that does not exist?)
2025-02-11 17:26:12 [191,092ms] [Warning] [carb.graphics-vulkan.plugin] GPU pagefault occured on virtual address(0x000000000e610000)
2025-02-11 17:26:12 [191,092ms] [Warning] [carb.graphics-vulkan.plugin] GPU pagefault no associated data found closest allocations were:
2025-02-11 17:26:12 [191,092ms] [Warning] [carb.graphics-vulkan.plugin] 1: AddressRange(0x0000000000000000 - 0x0000000000000000) with name(dummy to ignore)
2025-02-11 17:26:12 [191,092ms] [Warning] [carb.graphics-vulkan.plugin] 2: AddressRange(0xffffffffffffffff - 0xffffffffffffffff) with name(dummy to ignore)
2025-02-11 17:26:12 [191,099ms] [Warning] [carb.graphics-vulkan.plugin] failed to find shader info with aftermath hash 0
2025-02-11 17:26:12 [191,102ms] [Warning] [carb.graphics-vulkan.plugin] failed to find shader info with aftermath hash 0
kit_20250211_092301.log (2.5 MB)