Nsight Compute12.0 on Linux crashed while profiling around 90%

Hi, I’m new to Nsight Compute. I want to show the relastion between my source code and the SASS result which is shown in the Page: Source. My nsight compute version is 12.0 and used on ubuntu 22.04.

I compiled my code with command “nvcc -arsh=sm_86 project.cu -o test -G”. There is no error while compiling in Nsight Compute and when the procedure completes about 90%, Nsight Compute just closed automatically which seems like shut down to me.

Does anyone know why this happened and how to fix this, thank you so much!