Nsight Systems in Windows is stuck in the loading report from file interface when the.nsys-rep file is opened


I am using version 2024.2.1. The.nsys-rep file is generated in CLI2024 on linux, but when opened in the GUI on windows, it will stay stuck in the following interface and the card will not open for a long time. I have reinstalled nsight systems under windows many times, and the re-download and open still stuck, I do not know what the problem. Has anyone experienced this problem? Asking for help. Thank you very much.

1 Like

same as you, but no any idea

How big is your .nsys-rep file?

only 10MB

Hi,
First I suggest you install the most recent Nsight Systems 2024.4.1. If that does not help then could you please send the report file to devtools-support@nvidia.com and I will take a look?

Doron

same as you too

So do you know how to handle this question?

only 1 MB

Hi,
Can you share more details?

  1. Which release version of Nsight Systems are you using?
  2. What profiling features did you enable in the the trace session? Can you share the command line that was used to capture the session?
  3. Upgrade to the most recent Nsight Systems release and see if the issue is resolved.
  4. If an upgrade does not solve it, please upload the .nsys-rep report file to this forum or for more discrete sharing, send it to devtools-support@nvidia.com and I will take a look?

I had the same problem on Fedora Linux with nsight-systems-2024.2.3 getting stuck while loading any (!) report I had at hand. I upgraded to 2024.5.1 were the issue seems to be fixed. It’s unfortunate that the CUDA Toolkit and therefore Nvidia’s Fedora 39 repo which I was using previously is stuck at that broken version.

We had a problem with a stuck report that was caused by error in NVTX annotations: in our case we had a push_range that was never pop_ranged. Fixing the annotation fixed the problem.